body{
    background: #fff;
    margin: 0;
    font-size: 2.8vw;
    font-family: sans-serif;
    line-height: 1.45;
    color: #000000;
    lang = "en";
    hyphens: auto;
    lang = "en";
}

h1{
    font-size: 2.5em;
    line-height: 1.2em;
    font-family: serif;
    text-align: center;
    color: #0000FF;
}

#holder{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

#arrow{
    position: absolute;
    width: 20%;
    left: 40%;
    top: 80vh;
    z-index: 100;
    color: #0000FF;
    text-align: center;
    font-size: 1.5em;
}

#manifesto{
    margin-left: 2%;
    margin-right: 2%;
    z-index: 100;
}

img{
    border-style: solid;
    border-color: #000;
    border-width: 1px;
}
/*PHONES!*/
@media screen and (max-width:640px) {
    body {
        font-size: 4.5vw;
    }
/*  TITLE TYPE  */
    h1 { font-size: 3em; }
    #arrow { 
        font-size: 3em;
        top: 70vh;
    }
}