body {
    background-color:#111111;
    color: #ED869E;
    font-family: Helvetica;
    text-align: center;
}
.topnav a {
  float: none;
  color: #f27474;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
  font-size: 17px;
  background-color: #333;
  overflow: hidden;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
active {
  background-color: #04AA6D;
  color: white;
}
h1 {
    font-size: 35;
    font-size-adjust: 0.8
    ;
}
h2 {
    font-size: 25
    ;
    font-size-adjust: 0.8
    ;
}
h3{
    font-size: 25
    ;
    font-size-adjust: 1.01
    ;
}
h4{
    font-size: 25
    ;
    font-size-adjust: 1.25
    ;
}
h5{
    font-size: 25
    ;
    font-size-adjust: 1.5
    ;
}


