body{
    background-color: rgb(213, 236, 254);
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    color: red;
    line-height: 1.5;
}
h1{
    color: blue;
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
h2{
    color: rgb(11, 112, 0);
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1.5;
}
p{
    text-align: justify;
    text-indent: ;
    font-variant: small-caps;
    word-spacing: 1.4;
}
ul{
    color: purple;
    letter-spacing: 1.5;
    font-size: 35px;
}
a{
    text-decoration: none;
    color: rgb(0, 140, 255);
}
a:hover{
    color: rgb(132, 0, 255);
}
