h1 {
    font-size:60px;
    text-align:center;
    color:#E8790E;
}
body {
    background-color:#000000;
}


ul {
    list-style-type:none;
}

a{
    color:#FFFFFF;
    text-decoration:none;
}

a:hover{
    font-weight:bold;
}