body{
    background-image: url(./css.avif);
    background-repeat: no-repeat;
  background-size: cover;
    
}
.container{
    display: flex;
    justify-content: center;
    margin-top: 130px;
}
#cake{
    border-radius: 10%;
    height: 500px;
}
image:hover{
    filter: none;
}
.wish{
    background-color: rgb(251, 125, 201);
    text-align: center;
    padding: 90px;
    border-radius: 2;
}
h1{
    font-family:Garamond;
    color: rgb(3, 86, 45);
    font-size: 50px;
}
p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 20px;
}
h3{
    color: rgb(0, 0, 0);
    margin-top: 40px;
}