body
{
    margin: 0;
    height: 100%;
    background-color: #003f05;
    background-image: url('../img/backgrounds/HAULR_train.jpg');
    background-position: center;
    background-size: cover;
    /** background: linear-gradient(to bottom, rgba(0,52,4,1) 50%, rgb(101, 45, 0) 100%); **/
    
    /** background: linear-gradient(to bottom, rgba(0,128,28,1) 0%, rgba(0,52,4,1) 35%, rgb(89, 40, 0) 100%); **/

    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
}

.vh-100
{
    min-height: 100vh;
}

.haulr-title
{
    font-size: 5rem;
    font-weight: 700;
}

.haulr-tag
{
    font-size: 3rem;
}

.discord-btn
{
    background: #5865f2;
    border-color: #5865f2;
    font-size: 1.75rem;
}

.discord-btn:hover
{
    background: #373f96;
    border-color: #373f96;
}

#filter
{
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background-image: linear-gradient(to bottom, rgba(0,52,4,0) 0%, rgb(0,52,4,0.5) 100%);
}