
#menu{
    width: 100%;
    height: 40px;
    background-color: #cc2895;
    padding-top: 12px
}

#menu a{
    color: #ffffff;
    font-family: italic, cursive;
    font-size: 20px;
    text-decoration: inherit;
    font-weight: 800;
    
    padding-left: 20%   
}

#menu a:hover{
    color: #5ee8dd;
}

h1{
    font-family: sans-serif;
    color: #ffffff;
    font-size: 50px;
    padding-left: 40%;
    background-color:skyblue;
}
p{
    font-family: sans-serif;
    color: #cc288d;
}
h2{
    font-family: lucida handwriting;
    font-size: 20px;
    color: #ffffff;
    background-color:skyblue;
}