body {
    height: 100vh;
    margin: 0;
    background-color: #D5E1EF;
}

.container {
    height: 499px;
    width: 320px;
    border-radius: 20px;

    margin: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    background-color: white;

}

img {
    height: 288px;
    width: 288px;
    margin: auto;
    padding-top: 16px;
    /* padding-bottom: 24px; */
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 10%;
}

p {
    text-align: center;
}

.text-title {
    font-size: 22px;
    font-family: "Outfit";
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0px;
}

.text-body {
    font-family: "Outfit";
    font-weight: 200;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.2px;
}