body {
  background-color: black;
}

div {
  border-radius: 5px;
}

.header {
  width: 99%;
  margin-top: -20px;
  height: 60px;
  background-color: #FFFFFF;
}

h1 {                             
  padding-top: 10;
  margin-left: 5px;
  margin-bottom: 15px;
  font-family: sans-serif;
  text-align: center;
}

.left {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  background-color: #54576E;
}

.right {
  position: relative;
  float: right;
  width: 80%;
  height: 100%;
  background-color: #33364F;
}

.footer {
  position: relative;
  height: 50px;
  background-color: #27283B;
  clear: both;
}

p {
  color: white;
  margin-left: 10px;
}

h4 {
  text-align: center;
}

a {
  text-decoration: none;           
  color: #BD6A2F;
}

a:hover {
  color: #F7812D;
}

test {
  color: white;
  text-align: right;
}