body {
    background-color: hsl(212, 45%, 89%);
    text-align: center;

    
}

main {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: hsl(0, 0%, 100%);
    width: 320px;
    height: 497px;
    text-align: center;
    border-radius: 5%;
} 

img {
    /* position: absolute; */
    margin-top: 10px;
    width: 290px;
    height: 290px;
    border-radius: 5%;
} 

p {
    /* position: absolute; */
    color: hsl(220, 15%, 55%);
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right:20px ;
}

h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    color: hsl(218, 44%, 22%);
    margin-left: 30px;
    margin-right:30px 
}