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


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


h1
{color:white;}

h3
{color:indianred}

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