* {
  padding: 0;
  margin: 0;
  /** border: 1px solid rgba(0, 0, 0, 0.5); **/
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  background: #e6e6e6;
  
}

.mainheader {
  text-align: center;
  background-image: url("content/Logo.png");
  background-size: 510px 142px;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
}

.active {
  background-color: #ff8c1a;
}

.content {
  text-align: center;
  height: 300px;
  width: 800px;
  background: #F0F0F0;
  margin: 10px auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px;
}
