body{
    background-color:bisque;
}

h1, h2, h3, h4{
        
    color:darkviolet;
    font-family:sans-serif;
}
p{

    color:darkslategray;
}
