@font-face {
    font-family: Corbel;
    src: url(/assets/fonts/corbel.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Corbel;
    src: url(/assets/fonts/corbelb.ttf) format('truetype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: Corbel;
    src: url(/assets/fonts/corbeli.ttf) format('truetype');
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: Corbel;
    src: url(/assets/fonts/corbell.ttf) format('truetype');
    font-style: normal;
    font-weight: lighter;
}

@font-face {
    font-family: Corbel;
    src: url(/assets/fonts/corbelli.ttf) format('truetype');
    font-style: italic;
    font-weight: lighter;
}

@font-face {
    font-family: Corbel;
    src: url(/assets/fonts/corbelz.ttf) format('truetype');
    font-style: italic;
    font-weight: bold;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0
}

main {
    display: block;
    background-color: #000000;
    min-height: 100%;
}

.main-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.future-txt {
    position: relative;
    top: -1.5rem;
    display: block;
    font-family: Corbel, monospace;
    text-transform: uppercase;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 480;
}

.sythentical-icon {
    margin: 0 auto;
    display: block;
}

@media screen and (max-width:640px) {
    .future-txt {
        font-size: 2rem;
    }
}