h1 {
    font-size:48px;
    text-align:center;
    color:#E63798;
}

body {
    background-color:#E13DD0
}

ul {
    list-style-type:none;
    
}
a {
    color:#87C6E6;
    text-decoration:none;
    
    a:hover {
        font-weight:bold;
        
    }
