body
{
background-color: black;
color: rgb(42, 82, 190);



font-family: Georgia, serif;

font-size: 25px;

letter-spacing: 3px;

word-spacing: 3px;



font-weight: normal;

text-decoration: none;

font-style: normal;

font-variant: normal;

text-transform: none;




}

h1
{
text-align: center;

}
p
{
text-align: justify;
}
a {
  color: yellow;

  text-decoration: none;

}

a:hover {
  text-decoration: underline;
}

a:active {
  color: white;
}

a:visited {
  color: orange;
}
