* {
    font-family: 'Kanit', 'Climate Crisis', 'Righteous', 'Oswald', 'Anton', 'Noto Sans JP', 'Modern Vision', 'Modern No. 20', 'Gajraj One', 'Arial Black', 'Candara', sans-serif, cursive;
}

/* --------------------------------------- PAGE ---------------------------------------  */


.container {
    position: relative;
    width: 1400px;
    height: 200px;

}

.titleOne {
    position: absolute;
    left: 300px;
    top: 100px;
    z-index: 3;
    margin: auto;
    transform: skew(20deg, 10deg);
}

.titletwo {
    position: absolute;
    left: 240px;
    top: 140px;
    z-index: 2;
    margin: auto;
    transform: skew(20deg, 10deg);
}

.titlethree {
    position: absolute;
    left: 300px;
    top: 100px;
    z-index: 1;
    margin: auto;
    transform: skew(20deg, 10deg);
}

.lowertitle{
    position: absolute;
    left: 500px;
    top: 2000px;
    z-index: 1;
    margin: auto;
}

.imagebox01{
    position: absolute;
    left: 500px;
    top: 1800px;
    z-index: -1;
    margin: auto;
}

/* -------------------------------------- Headers ---------------------------------------  */

h1 {
    font-family: 'Anton', sans-serif;
    font-size: 100px;
    color: rgb(189, 186, 23);
    font-kerning: 10px;
    align-content: center;
}

h2 {
    font-family: 'Climate Crisis', cursive;
    font-size: 50px;
    color: rgb(189, 186, 23);
    font-kerning: 10px;
    align-content: center;
}

small{
    font-family: 'Anton', sans-serif;
    font-size: 15px;
    font-kerning: 5px;
    color: rgb(189, 186, 23);
}

/* --------------------------------ANCHOR ATTRIBUTES----------------------------------- */

a:link {
    color: rgb(255, 255, 255);
    font-family: 'Anton', sans-serif;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: rgb(255, 255, 255);
    font-family: 'Anton', sans-serif;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: inherit;
    font-family: 'Anton', sans-serif;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: inherit;
    font-family: 'Anton', sans-serif;
    background-color: transparent;
    text-decoration: none;
}
