h1{
    text-align:center;
    font-family: Verdana;
}

ul{
    
    background-color:white;
    color:orange;
    font-weight:bold;
    font-size:27px;
}
a {
    color:blue;
}
p{
    font-weight:bold;
    background-color:white;
    color:green;
    font-size:24px;
}