* {
    font-family: 'Righteous', 'Oswald', 'Anton', 'Noto Sans JP', 'Modern Vision', 'Modern No. 20', 'Gajraj One', 'Arial Black', 'Candara', sans-serif, cursive;
}

/* --------------------------------------- PAGE ---------------------------------------  */


.container{
    position: relative;
    width: 2000px;
    margin: auto;
}

.title {
    left: 650px;
    width: 800px;
    position: absolute;
    top: 850px;
    z-index: 0;
}

.box_one{
    width: 500px;
    position: absolute;
    top: 50px;
    z-index: 1;
}

.box_two{
    width: 500px;
    position: absolute;
    top: 25px;
    left: 900px;
    z-index: 1;
}

.box_three{
    width: 500px;
    position: absolute;
    top: 280px;
    left: 1400px;
    z-index: 1;
}

.box_four{
    width: 500px;
    position: absolute;
    top: 630px;
    left: 800px;
    z-index: 1;
}

.box_five{
    width: 500px;
    position: absolute;
    top: 400px;
    left: 100px;
    z-index: 1;
}

.box_six{
    width: 500px;
    position: absolute;
    top: 1300px;
    left: 100px;
    z-index: 1;
}

.box_seven{
    width: 500px;
    position: absolute;
    top: 630px;
    left: 100px;
    z-index: 1;
}


pink{
    color: rgb(161, 27, 156); 
    font-family: 'Righteous', cursive;
}

blue{
    font-family: 'Oswald', sans-serif;
    color: rgb(38, 36, 179); 
}
/* -------------------------------------- Headers ---------------------------------------  */

h1 {
    font-family: 'Gajraj One', cursive;
    font-size: 80px;
    color: rgb(79, 22, 5);
    font-kerning: 2px;
    text-align: center;
}

p{
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color: rgb(245, 244, 233);
    font-kerning: 2px;
    text-align: center;
}

/* --------------------------------ANCHOR ATTRIBUTES----------------------------------- */

a:link {
    color: rgb(218, 234, 240);
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: rgb(151, 217, 72);
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: inherit;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: rgb(232, 226, 193);
    background-color: transparent;
    text-decoration: none;
}
