body {
    background-color: lightblue;
}
h1 {
    color:palevioletred;
     
}
.Important_title {
    font-size: 20px;
    color: darkblue;
}
#Special {
    font-style:italic;
    color: purple;
}