* {
    font-family: 'Anton', 'Noto Sans JP', 'Modern Vision', 'Modern No. 20', 'Gajraj One', 'Arial Black', 'Candara', sans-serif, cursive;
}

/* --------------------------------------- PAGE ---------------------------------------  */


.container {
    position: relative;
    width: 2000px;
    height: 200px;
    margin: auto;
}

.imagebox {
    position: relative;
    width: 800px;
    z-index: 0;
    margin: auto;
}

.title {
    margin: auto;
    width: 800px;
    position: absolute;
    z-index: 3;
    left: 550px;
    top: 100px;
    z-index: 3px;
}


.description01 {
    margin: auto;
    width: 800px;
    position: absolute;
    z-index: 3;
    left: -200px;
    top: 300px;
    transform: rotate(0.25turn);
    z-index: 0px;
}

.description02 {
    margin: auto;
    width: 1800px;
    position: absolute;
    z-index: 3;
    left: 100px;
    top: -50px;
    z-index: 0px;

}

.description03 {
    margin: auto;
    width: 800px;
    position: absolute;
    z-index: 3;
    left: 1200px;
    top: 50px;
    transform: rotate(-0.25turn);
    z-index: 0px;
}

.description04 {
    margin: auto;
    width: 800px;
    position: absolute;
    z-index: 3;
    left: 400px;
    top: 300px;
    transform: rotate(0.5turn);
    z-index: 0px;
}


img {
    position: absolute;
}

/* -------------------------------------- Headers ---------------------------------------  */

h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100px;
    color: rgb(136, 8, 8);
    font-kerning: 2px;
    text-align: center;
}

p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 50px;
    color: rgb(251, 106, 77);
    font-kerning: 2px;
}


/* --------------------------------ANCHOR ATTRIBUTES----------------------------------- */

a:link {
    font-family: 'Noto Sans JP', sans-serif;
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    font-family: 'Noto Sans JP', sans-serif;
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    font-family: 'Noto Sans JP', sans-serif;
    color: inherit;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    font-family: 'Noto Sans JP', sans-serif;
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}
