.header {
    margin: 0 auto;
    text-align: center;
    background-color: #181818;
    padding: 1px;
    line-height: 1px;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 14px 30px, rgba(0, 0, 0, 0.30) 0px 10px 10px;
    border-radius: 10px;
}
.header .logo {
  margin: 0 auto;
}

body {
  font-family: "Nova Square", "Verdana", "Sans-Serif";
  overflow-y: scroll;
  overflow-x:hidden;
  background-repeat: no-repeat;
  background-color: #181818;
  font-size: 20px;
  background-image: url('/Images/aboutbackround.jpg');
  background-attachment: scroll;
}

h1 {
    text-align: center;
    color:rgb(0,255,213);
    background-color: #181818;
    font-size: 30px;
    font-family: "Nova Square" ;
}

a {
    text-decoration: none;
    cursor:crosshair;
    font-weight: bold;
    color: rgb(0, 136, 118);
    border: 1px solid transparent;
    margin: 1px;
}
a:hover {color:rgb(0,255,16)}
a:active {color:#fff;}

p {
    text-align: center;
    line-height: 30px;
    color:rgb(0,255,213);
    background: rgba(27, 27, 27, 0.95);
    box-shadow: rgba(0, 0, 0, 0.30) 0px 14px 30px, rgba(0, 0, 0, 0.30) 0px 10px 10px;
}