body{
    background-color: rgb(255, 0, 234);
    font-size:larger;
    color: rgb(0, 255, 128);
    font-style:oblique;
}

h1{
   font-family:cursive;
   color: rgb(30, 255, 0);  
   font-style: italic;
}

