body {
    background-color:black;
    background-image:none;
    background-size: cover;


}

ul {
    color:whitesmoke;
    text-wrap:wrap;
    font-family: 'ReturnofGanon', Arial;
    font-size: 500%;
    -webkit-text-size-adjust: 500%;
    list-style-type: none;
    margin-left: 50px;
    margin-top:20px
}
p {
        color:whitesmoke;
        text-align: center;
        text-wrap:wrap;
        float: left;
        font-family: 'ReturnofGanon', Arial;
        font-size: 200%;
        -webkit-text-size-adjust: 200%; 
        width: 300px;
        margin-left: 91px;
        margin-top:20px
}
li a:hover {
    color: yellow;
}
a {
    text-decoration: none;
    color: inherit;
}
@font-face {
    font-family: 'ReturnofGanon';
    src: url(ReturnofGanon.ttf);
}
