* {
    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;

}

.title {
    position: absolute;
    left: 300px;
    z-index: 3;
    margin: auto;
    background: black;
    left: 750px;
}

img {
    align-content: center;
    margin: auto;
    position: relative;
}

.textOne {
    margin: auto;
    width: 800px;
    position: absolute;
    z-index: 3;
    top: 200px;
    left: 600px;
    background-color: black;
}

.textTwo {
    margin: auto;
    width: 800px;
    position: absolute;
    z-index: 3;
    top: 800px;
    left: 600px;
    background-color: black;
}

.textThree {
    margin: auto;
    width: 200px;
    position: absolute;
    z-index: 3;
    top: 480px;
    left: 0px;
    background-color: black;
}

.textFour {
    margin: auto;
    width: 200px;
    position: absolute;
    z-index: 3;
    top: 480px;
    left: 1700px;
    background-color: black;
}


.imagebox01{
    position: absolute;
    left: 750px;
    top: 500px;
}

.imagebox02{
    position: absolute;
    left: 750px;
    top: 600px;
}

/* -------------------------------------- Headers ---------------------------------------  */

h1 {
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-kerning: 10px;
    align-content: center;
}

p {
    font-family: 'Gajraj One', cursive;
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-kerning: 2px;
    align-content: center;
}

small {
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    font-kerning: 5px;
    color: rgb(255, 255, 255);
}

/* --------------------------------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;
}
