* {
    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;
    margin: auto;
    left: -400px;
}

.title {
    margin: auto;
    width: 800px;
    position: absolute;
    z-index: 3;
    left: 1200px;
    top: 100px;
    background-color: black;
}


.description {
    margin: auto;
    width: 800px;
    position: absolute;
    z-index: 3;
    left: 1200px;
    top: 300px;
    background-color: black;
}

.source{
    width: 800px;
    position:  absolute;
    z-index: 3;
    top: 500px;
    left: 200px;
    background-color: black;
    width: 500px;
}

/* -------------------------------------- Headers ---------------------------------------  */

h1 {
    font-family: 'Climate Crisis', cursive;
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-kerning: 10px;
    text-align: center;
}

p {
    font-family: 'Kanit', sans-serif;
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-kerning: 2px;
    text-align: center;
}

small{
    font-family: 'Anton', sans-serif;
    font-size: 15px;
    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: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
}
