body
{
  font-family: "Kosugi Maru", sans-serif;
  color: #666666 ;
  font-style: Regular;
}



main {
  size-adjust: 50%;
  padding: 2%;
  width: 30%;
  height: 20%;
  margin: 5% auto;
  border-radius: 15px;
  
}


.flex {
  width: 600px;
  display: flex;
  align-items: center;
  }

.table{
  box-sizing: border-box;
}
.menulist {
  height: 200px;
  width: 100%;
}
.estrellita {
  color: #CDC1FF;
  display: block;
  padding: 10px;
  background-image: linear-gradient(white 60%, #c4c4c4);
  border-radius: 140px;
}

#yves
{
  margin: 20px;
  width: 165px;
  height: 200px;
  border: 1px solid rgb(241, 101, 180);
  border-radius: 100%;
  filter:brightness(200%);
  box-shadow: 0px 0px 10px 4px #5c5c5c;
  box-sizing: border-box;
}

#info {
  size: 20px;
  box-sizing: border-box;
}

