body {
    font-family: "Druk Text Wide Cyr",sans-serif;
    background-color: #e36092;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

h1 {
    font-weight: 900;
    font-size: 110px;
    letter-spacing: -.02em;
    color: #fff;
    margin-top: 0;
    margin-bottom: 41px;
    text-transform: uppercase;
    text-align: center;
}

h1 span {
    display: block;
}

p {
    font-weight: 500;
    font-size: 50px;
    line-height: 111%;
    letter-spacing: -.02em;
    color: #fff;
    margin-top: 0;
    margin-bottom: 36px;
    position: relative;
    text-align: center;
}

strong {
    font-weight: 900;
    font-size: 22px;
    line-height: 100%;
    color: #001f93;
    text-align: center;
}