body{

    background-color: hsl(212, 45%, 89%);
    margin: 0;
    padding: 0;
}

.content{

    display: flex;
    flex-direction: column;
    height: 415px;
    justify-content: center;
    align-items: center;
    background-color: hsl(0, 0%, 100%);
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.container{

    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
}


.image{

    display: flex;
    justify-content: center;
}

img{

    height: 250px;
    border-radius: 15px;
}

.title{

    padding-top: 10px;
    font-family: 'Outfit';
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    color: hsl(218, 44%, 22%);
}

.description{

    padding-top: 10px;
    text-align: center;
    font-size: 15px;
    font-family: 'Outfit';
    color: hsl(220, 15%, 55%);
}
