.pastamenu-block {
  margin-bottom: 40px;
  border-radius:50px;
  margin:50px 100px 50px 0px;
  
}



.dish-name {
  font-size: 50px;
  margin-bottom: 10px;
}

.menuimg {
  max-width: 80%;
  height: auto;
  border-radius: 20px;
  float:left;
  margin:5px 20px 20px 0;
}

.price {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}


.pastamenu-block {
  margin-bottom: 40px;
  border-radius:50px;
  margin:50px 100px 50px 0px;
  
}

.dish-name {
  font-size: 50px;
  margin-bottom: 10px;
}

.menuimg {
  width: 40%;
  height: auto;
  border-radius: 20px;
  float:left;
  margin:5px 20px 20px 0;
}

.price {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}






@media (max-width: 768px) {
  .dish-name {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .price {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
  }

}