* {
    padding: 0;
    margin: 0;
}

.title{
    position: absolute;
    z-index: 10;
    font-family: 'LuckiestGuy', sans-serif;
    color: #6B2316;
    font-size: 7rem;
    top: 50%;
    transform: translateY(-50%);
    left: 10vw;
}

@font-face {
    font-family: 'LuckiestGuy';
    src: url('../fonts/LuckiestGuy.woff2') format('woff2'),
        url('../fonts/LuckiestGuy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}