body{
    background-color: skyblue;

}
div{
    display: flex;
}
img{
    width: 30%;
}
.wish{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: blue 5px solid;
}
h1{
    color: rgb(253, 0, 236);
}
p{
    font-family:Arial, Helvetica, sans-serif;
    color: rgb(16, 9, 10);
    font-weight: bolder;
}