body {background-color:lightgreen;}
.yozen {
  background-color: white;
  text-align: center;
  font-size: 64px;
  border-radius: 12px;
  box-shadow: 5px 10px 10px;
  font-family: cursive;
}

.first {
   background-color: white;
  text-align: center;
  font-size: 20px;
  border-radius: 12px;
  box-shadow: 5px 10px 10px;
  font-family: cursive;
}

#desc {
  font-size: 34px;
  font-family: cursive;
}

#container {
  background-color: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 5px 10px 10px;
}

.yogurts {
  display: inline-block;
  width: 32%;
  background-color: white;
  text-align: center;
}

.yogurts img {
  width: 100%;
}

#names {
  font-family: cursive;
  font-size: 44px;
}

#mas {
  background-color: white;
  font-family: cursive;
  font-size: 44px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 5px 10px 10px;
}

#frozen {
  border-radius: 12px;
}