h1 {
    font-size:67px;
    text-align:center;
    color:#EB098E;
}

body {
    background-color:#B80000;
}

ul {
    list-style-type:none;
}

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

a:hover{
    font-weight:bold;
}