body{ background-image: linear-gradient(to top, rgb(223, 223, 119),rgb(98, 92, 92));
background-repeat: norepeat;
background-size: cover;
height: 700px;}
#cake{ width: 350px;
border-radius: 2%;
}
.container{ display: flex;
justify-content: center;
margin-top: 60px;}
.wish{ background-color:beige;
 text-align: center;
padding: 100px;
border-radius: 2%;
 margin-left: 15px;
 
 
}
 h1{ font-family:garamonda;
color: gold;
margin-top: 100px;}
 p{ font-family: garmonda;
font-weight: bold;}
h3{ padding-top: 30px;
font-family: Helvetica,;}
img:hover{filter: none;}