@charset "UTF-8";
/* CSS Document */
body
{background-color:black;
}
h1
{color:white;}
p
{color:white;
font-size: 20px;
text-align:left;}


p1
{color:white;
font-size: 15px;
text-align:center;}

h3
{color:indianred}


a:hover {
  color: white;
} 
a{color:red;
font-size: 20px;
align-content: center;}