h1 {
    font-size:100px;
    text-align:center;
    color:#C9C9C9;
    background-color:#000000;
}    

body{
    background-color:#126E21;
}

ul {
    list-style-type:none;
}

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

a:hover {
    font-weight:bold;
}