@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    background: #d5e1ef;
}

#shape {
    justify-content: center;
    padding: 1rem;
    border-radius: 40px;
    height: 700px;
    max-width: 470px;
    background: #ffffff;
    margin: 0 auto;
}

.img {
    height: 400px;
    width: 400px;
    border-radius: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    color:#2a3549;
}
p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1.3;
    text-align: center;
}
@media (max-width: 480px) {
    .img {
        max-width: 300px;
        max-height: 0 auto;
    }
}