* {
    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 {
    margin: auto;
    width: 800px;
    position: absolute;
    z-index: 3;
    top: 0px;
}

.secondtitle {
    margin: auto;
    width: 800px;
    left: 1300px;
    position: absolute;
    z-index: 3;
    top: 0px;
}


.description {
    margin: auto;
    width: 800px;
    position: absolute;
    z-index: 3;
    top: 100px;
}

.descriptiontwo {
    margin: auto;
    width: 800px;
    position: absolute;
    z-index: 3;
    top: 100px;
    left: 1250px;
}
.source{
    width: 800px;
    position:  absolute;
    z-index: 5;
    top: 900px;
    width: 800px;
}


/* -------------------------------------- Headers ---------------------------------------  */

h1 {
    font-family: 'Anton', sans-serif;
    font-size: 50px;
    color: rgb(255, 215, 0);
    font-kerning: 10px;
}

p {
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    color: rgb(255, 215, 0);
    font-kerning: 2px;
}

small{
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    font-kerning: 5px;
    color: rgb(255, 215, 0);
}

/* --------------------------------ANCHOR ATTRIBUTES----------------------------------- */

a:link {
    color: rgb(181, 62, 38);
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: rgb(222, 135, 13);
    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;
}