html{
    font-family: 'Outfit', sans-serif;
}
body{
    background-color: #d5e1ef;
    min-height: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenedor{
    background-color: #ffff;
    max-width:300px;
    height: 470px;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0.1rem 1rem 1rem hsla(219, 15%, 55%, 0.271);


}

.contenedor img{
    width: 89.2%;
    padding: 5.4% 5.4% ;
    border-radius: 1.5rem;
}

.contenedor h2{
    color: hsl(218, 44%, 22%);
    font-size: 21px;
    width: 89.2%;
    margin: 0 auto;

}

.contenedor p{
    font-size: 15px;
    width: 89.2%;
    padding: 0 0.8rem;
    margin: 20px auto 15px auto;
    color: hsl(220, 15%, 55%);
}
