body{
    background-color: bisque;
    font-family: 'Times New Roman', Times, serif;
    font-size: medium;
    color: rgb(24, 14, 2);
    line-height: 20px;
}
h1{
    color: blueviolet;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;

}
h2{
    color: crimson;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 15px;
}
p{
    text-align: justify;
    text-indent: 13px;
    font-variant: small-caps;
    word-spacing: 17px;
}
li{
    color: darkblue;
    letter-spacing: 15px;
    font-size: 20px;
  
}
a:hover{
    text-decoration: none;
    color: darkmagenta;
}