body{
    padding-bottom: 5rem;
    background-color: black;
    color: white;
}

h1{
    font-size: 2.5rem;
    margin-top: 2rem;
    position: relative;
    font-weight: normal;
    color: #dbbc15;
    padding: 1.5rem;

    height: 3rem;
    width: 24rem;
    text-align: center;

    margin-top: 4rem;
    margin-bottom: 8rem;
    font-family: 'Fjalla One', sans-serif;

    transform: scale(1.2);
}

h2{
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.text{
    margin-bottom: .5rem;
    font-size: 1.4rem;
}

.no-margin{
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: white;
    width: auto;
}

.tf-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-container{
    width: 100%;
    padding: 2rem;
    position: relative;
}

.row{
    margin-bottom: 5rem;
}

a{
    color: #dbbc15 !important;
    transform: scale(1.3);
    margin-top: 1rem;
}

a, a .button{
    position: relative;
    padding: 0 !important;
    background-color: unset !important;
    font-size: 2rem !important;
    color: black;
    padding: 2rems;
}

a .border{
    top: -.75rem;
    left: -.75rem;
}

#trophy{
    height: auto;
    width: 10rem;
}

@media only screen and (max-width: 85rem){
    h1{
        width: 50%;
        padding-bottom: 5rem;
    }

    h1 .border, h1 .border-large{
        padding: 1rem !important;

    }

    .border-round{
        left: -2.5rem;
    }

    .tf-container, .text-container{
         margin-bottom: 5rem;
         width: 80%;
    }

    #trophy{
        padding: 2rem 0;
    }

    .mr-5{
        margin-right: 0;
    }

    .border, .border-large{
        padding: 0 !important;
    }
}