*{
    font-family: 'Outfit', sans-serif;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    }
/* 
main{
    height: 100dvh;
} */
body{
    text-align: center;
    background-color: rgb(214 225 240);
;
}
#container{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:rgb(255 255 255);
    max-width: 500px;
    border-radius: 5%;
}

.card{
    height: 100dvh;
    margin:1rem;
    padding: 1rem;
    max-width: 100%;
}

img{
    width: 100%;
    border-radius: 5%;
}
p{
    color: hsl(220, 15%, 55%);
    font-size: 15px;

}