@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Heebo:wght@100..900&display=swap');

body {
    background-color: #D5E1EF;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}


.container {
    background-color: #fff;
    border-radius: 20px;
    max-width: 320px;
    text-align: center;
    overflow: hidden;
}

.container img {
    display: block;
    width: 100%;
    max-width: 288px;
    margin: 0 auto;
    padding-top: 16px;
}

.txt h1 {
    font-size: 22px;
    color: #1F314F;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    word-break: keep-all;
}

.txt p {
    font-size: 14px;
    color: #68778D;
    padding: 0px 34px 24px 34px;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height; 1.4
}


h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}