@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler.woff2') format('woff2'),
    url('./fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    font-size: 20px;
}

body {
    font-family: Butler, serif;
    margin: 0;
}

main {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    min-height: 100%;
}

.content {
    width: 100%;
    height: 100%;
}

.header {
    padding: 30px 30px;
}

.logo {
    font-size: 2rem;
    color: #DFBA59;
    font-weight: normal;
}

.coming-soon {
    position: absolute;
    width: 100%;
    bottom: 15%;
    left: 0;
    padding-left: 30px;
}

.coming-soon h1 {
    font-size: 4.5rem;
    font-weight: normal;
    line-height: 90%;
    color: #DFBA59;
    margin: 0;
}

.background {
    z-index: -1;
    width: 125vw;
    height: 100%;
    font-size: 3.5rem;
    word-break: break-all;
    line-height: 3rem;
    color: #F9F9F9;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 600px) {
    .header {
        padding: 30px 50px;
    }

    .coming-soon {
        padding-left: 50px;
        bottom: 15%;
    }

    .coming-soon h1 {
        font-size: 7rem;
    }
}

@media (min-width: 900px) {
    .header {
        padding: 30px 80px;
    }

    .logo {
        font-size: 3rem;
    }

    .coming-soon {
        padding-left: 80px;
    }

    .coming-soon h1 {
        font-size: 9rem;
    }

    .background {
        font-size: 5rem;
        line-height: 4rem;
    }
}

@media (min-width: 1200px) {
    .header {
        padding: 30px 100px;
    }

    .logo {
        font-size: 3rem;
    }

    .coming-soon {
        padding-left: 100px;
        bottom: 10%;
    }

    .coming-soon h1 {
        font-size: 12rem;
    }

    .background {
        font-size: 6rem;
        line-height: 4.8rem;
    }
}
