* {
    font-family: 'Anton', 'Noto Sans JP', 'Modern Vision', 'Modern No. 20', 'Gajraj One', 'Arial Black', 'Candara', sans-serif, cursive;
}

/* --------------------------------------- PAGE ---------------------------------------  */

.title {
    width: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.imagebox {
    position: relative;
    width: 800px;
    z-index: 0;
    margin: auto;
}

.description {
    position: relative;
    top: -80px;
    width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
}


img {
    position: absolute;
}

/* -------------------------------------- Headers ---------------------------------------  */

h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100px;
    color: rgb(255, 255, 255);
    font-kerning: 2px;
    text-align: center;
}

p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 50px;
    color: rgb(232, 38, 16);
    font-kerning: 2px;
}


/* --------------------------------ANCHOR ATTRIBUTES----------------------------------- */

a:link {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: inherit;
    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;
}
