 html, body {
    padding: 0;
    margin: 0;
    max-height: 100vh;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

body {
    height: 100vh;
    background: linear-gradient(330deg, #8F0F1D 0%, #D8101E 50%);
    background-attachment: fixed;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-family: 'Typo Round';
    font-size: 20px;
    font-weight: 400;
}

#logo img {
    width: 50%;
}

sub {
    font-family: ui-rounded, "Arial Rounded MT Bold", "Century Gothic", sans-serif;
    vertical-align: bottom;
    font-size: 20px;
}

.txt-thin { font-weight: 200; }
.txt-light { font-weight: 300; }

/* FONT-FACE */

@font-face {
    font-family: 'Typo Round';
    font-style: italic;
    font-weight: 400;
    src: local('Typo Round Italic'), url('../fonts/Typo_Round_Italic_Demo.woff') format('woff');
}


@font-face {
    font-family: 'Typo Round';
    font-style: italic;
    font-weight: 200;
    src: local('Typo Round Thin Italic'), url('../fonts/Typo_Round_Thin_Italic Demo.woff') format('woff');
}


@font-face {
    font-family: 'Typo Round';
    font-style: italic;
    font-weight: 300;
    src: local('Typo Round Light Italic'), url('../fonts/Typo_Round_Light_Italic_Demo.woff') format('woff');
}


@font-face {
    font-family: 'Typo Round';
    font-style: italic;
    font-weight: 600;
    src: local('Typo Round Bold Italic'), url('../fonts/Typo_Round_Bold_Italic_Demo.woff') format('woff');
}

@font-face {
    font-family: 'Typo Round';
    font-style: normal;
    font-weight: 400;
    src: local('Typo Round Regular'), url('../fonts/Typo_Round_Regular_Demo.woff') format('woff');
}


@font-face {
    font-family: 'Typo Round';
    font-style: normal;
    font-weight: 200;
    src: local('Typo Round Thin'), url('../fonts/Typo_Round_Thin_Demo.woff') format('woff');
}


@font-face {
    font-family: 'Typo Round';
    font-style: normal;
    font-weight: 300;
    src: local('Typo Round Light'), url('../fonts/Typo_Round_Light_Demo.woff') format('woff');
}


@font-face {
    font-family: 'Typo Round Bold';
    font-style: normal;
    font-weight: 600;
    src: local('Typo Round Bold'), url('../fonts/Typo_Round_Bold_Demo.woff') format('woff');
}