body {
  background-color: black;
}

h1
{
   font-family: Arial;
   font-size: 54px;
   line-height: 40px;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
   color: red;
   margin: 5 5 5 5;
   padding: 0 0 0 0;
}

h2
{
   font-family: Arial;
   font-size: 38px;
   line-height: 32px;
   font-weight: bold;
   text-decoration: none;
  text-align: left;
   color: light-grey;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

h3
{
   font-family: Arial;
   font-size: 24px;
   line-height: 24px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #CC39F2;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
h4
{
   font-family: Arial;
   font-size: 18px;
   line-height: 18px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #FFDDA9;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
a
{
   color: yellow;
   text-decoration: underline;
}
a:visited
{
   color: yellow;
}
a:active
{
   color: magenta;
}
a:hover
{
   color: magenta;
   text-decoration: underline;
}
a.style1:link
{
   color: #1E90FF;
}
a.style1:visited
{
   color: #0000FF;
   text-decoration: underline;
}
a.style1:active
{
   color: #FFD700;
   font-style: italic;
   text-decoration: none;
}
a.style1:hover
{
   color: #FF0000;
   font-style: italic;
   text-decoration: none;
}


p
{
   font-family: Arial;
   font-size: 18px;
   line-height: 18px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: white;
}

f
{
   font-family: Arial;
   font-size: 14px;
   line-height: 14px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: grey;
   }
   
img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
     }
   