* {
    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;
    margin: auto;
}

.title {
    left: 50px;
    width: 1000px;
    position: relative;
    z-index: 3;
    top: 10px;
}

.names {
    width: 1000px;
    position: relative;
    z-index: 3;
    left: 50px;
}


img {
    align-content: center;
    margin: auto;
    position: relative;
}


/* -------------------------------------- Headers ---------------------------------------  */

h1 {
    font-family: 'Anton', sans-serif;
    font-size: 100px;
    color: rgb(255, 255, 255);
    font-kerning: 10px;
    text-align: center;
}

h2 {
    font-family: 'Anton', sans-serif;
    font-size: 50px;
    color: rgb(219, 68, 55);
    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;
}