* {
    font-family: 'Righteous', 'Oswald', 'Anton', 'Noto Sans JP', 'Modern Vision', 'Modern No. 20', 'Gajraj One', 'Arial Black', 'Candara', sans-serif, cursive;
}

/* --------------------------------------- PAGE ---------------------------------------  */


.container {
    position: relative;
    width: 1000px;
    height: 200px;
}

.title {
    width: 2000px;
    position: relative;
    z-index: 3;
    top: 10px;
}

.lowertitle {
    position: absolute;
    z-index: 3;
    width: 900px;
    left: 500px;
}


/* -------------------------------------- Headers ---------------------------------------  */

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 200px;
    color: rgb(255, 255, 255);
    font-kerning: 10px;
    text-align: center;
}

h2 {
    font-family: 'Anton', sans-serif;
    font-size: 100px;
    color: rgb(119, 38, 25);
    font-kerning: 2px;
    text-align: center;
}


/* --------------------------------ANCHOR ATTRIBUTES----------------------------------- */
a:link {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: inherit;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}