h1 {
    font-size:48px;
    text-align:center;
    color:#F21F97;
}
body{
    background-color:#F4C3DA;
}
ul {
    list-style-type:none;
}

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

a:hover {
    font-weight:bold;
}