body{
    background-image: url(sparkle.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 937px;
}
#cake{
    width: 300px;
    border-radius: 5%;
}
.container{
    display: flex;
    justify-content: center;
    margin-top: 150px;
    
}
.wish{
    background-color:#ffe2ffc1;
    text-align: center;
    border-radius: 3%;
    padding: 50px;
    margin-left: 15px;
    width:700px;
    height:300px;
}
h1{
    font-family: cursive;
    color: purple;
}
p{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
}
h3{
    margin-top: 60px ;
}