body{
    background-image: url(./watercolor-terracota-background_23-2149550098.avif);
    background-repeat: no-repeat;
    background-size: cover;
    height: 937px;
}
img{
    width: 350px;
    filter: grayscale();
    border-radius: 25px;
}
.container{
    display: flex;
    justify-content: center;
    margin-top: 220px;
}
.wish{
    background-color: rgba(197, 177, 152, 0.774);
    text-align: center;
    border-radius: 25px;
    padding: 100px;
    margin-left: 15px;
}
h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    size: 35px;
    color: rgba(131, 51, 51, 0.884);
}
p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
}
h3{
    margin-top: 60px;
    color: rgba(131, 51, 51, 0.884);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
img:hover{
    filter: none;
    border: 3px brown solid;
}