@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
*{
 margin: 0;
 padding: 0;
}
body {
    font-family: "Outfit", sans-serif;
    background-color: hsl(212, 45%, 89%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    font-size: 15px


}
 .h2 {
    font-size: 12px;
    justify-content: center;
 }
.container {
    max-width: 360px;
    margin:0 auto;
}
.card {
    background-color:hsl(0, 0%, 100%) ;
    padding: 18px;
    border-radius: 17px;
    margin: 0 1em;
    text-align: center;
    width: 100%;

}
.card  img{
    width: 100%;
    border-radius: 17px;
}
.text {
    padding: 22px 10px;
}
.text h2 {
    color:hsl(218, 44%, 22%) ;
    padding-bottom: 15px;
    justify-content: center;
}
.text p {
    color:hsl(220, 15%, 55%);
    text-align: center;
}
