#ramaDiv{
  display: grid;
  column-gap: 10px;
  grid-template-columns: 50px auto 50px;  
  margin-left: auto;    
  margin-right: auto;
}
.nav-lr{
      background-color: rgb(250,240,200);      
      color: rgb(100,100,20);
      border-style: groove;
      border-width: 4px;
      border-color: rgb(20,100,20);
      border-radius: 10px;
      margin: auto;
      padding: 5px 5px 5px 5px;
      text-align: center;
      font-size: 3em;
      font-weight: bold;
      text-shadow: 2px 2px rgb(240,150,200);
      opacity: 0.6;
      cursor: not-allowed;
}
#sculpimg{
  display: block;
  border-style: groove;
  border-width: 3px;
  border-color: rgb(120,80,0);
  border-radius: 5px;
}
#sculpDiv{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255,240,220);
  border-style: groove;
  border-width: 3px;
  border-color: rgb(120,80,0);
  border-radius: 5px;
}   
.introd{
  padding: 25px;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  font-style: italic;
  color: rgb(100,60,20);
}
.inform{
  padding: 15px;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  color: rgb(100,60,20);
}



