* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Stolzl-Regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;

    color: #ffff;
    background: #0D5CF0;

    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;

    overflow: hidden;
}

p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

h1 {
    font-size: 56px;
    line-height: 60px;
    font-style: normal;
    font-weight: 500;
}

h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

@media only screen and (max-width: 1390.98px) {
    body{
        overflow: auto;
    }
}

@media only screen and (max-width: 1023.98px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768.98px) {
    h2 {
        font-size: 32px
    }

    h3 {
        font-size: 20px;
        line-height: 24px;
    }
}