body{
    display: flex;
    justify-content: center;
    background-color: hsl(212, 45%, 89%);
    font-family: Arial, Helvetica, sans-serif;
    cursor: zoom-in;
}
.container{
    border: 1px solid whitesmoke;
    padding: 15px;
    background-color: hsl(0, 0%, 100%);
    width: 250px;
    border-radius: 15px;
    margin: 120px;
}
#image{
    width: 250px;
    border-radius: 10px;
}
.text{
    text-align: center;
}
#p1{
    font-weight: 700;
    font-size: 20px;
}
#p2{
    color: hsl(216, 15%, 48%);
    font-size: 15px;
}