* {
    font-family: 'Anton', 'Noto Sans JP', 'Modern Vision', 'Modern No. 20', 'Gajraj One', 'Arial Black', 'Candara', sans-serif, cursive;
}

/* --------------------------------------- PAGE ---------------------------------------  */

.title {
    margin: auto;
    width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lowertitle {
    margin: auto;
    width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.canvas {
    position: relative;
    width: 1000px;
    margin: auto;
}

.imagebox {
    position: relative;
    width: 800px;
    z-index: 0;
    margin: auto;
}


.yes{
    position: absolute;
    left: -400px;
    top: 800px;
    width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.no{
    position: absolute;
    left: 1300px;
    top: 800px;
    width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
}

img {
    position: absolute;
}

/* -------------------------------------- Headers ---------------------------------------  */

h1 {
    font-family: 'Anton', sans-serif;
    font-size: 100px;
    color: rgb(255, 255, 255);
    font-kerning: 2px;
    text-align: center;
}

h2 {
    font-family: 'Anton', sans-serif;
    font-size: 50px;
    color: rgb(204, 35, 12);
    font-kerning: 2px;
    text-align: center;
}


p {
    font-family: 'Modern No. 20', sans-serif;
    font-size: 50px;
    color: rgb(204, 35, 12);
    font-kerning: 2px;
    text-align: center;
}

/* --------------------------------ANCHOR ATTRIBUTES----------------------------------- */

a:link {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: inherit;
    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;
}
