body {
      margin-left: 11px;
      margin-top: 11px;
      margin-right: 11px;
      margin-bottom: 11px;
      background-color: #e5e5e5;
      }    

.header {
    height:120px;
}
@font-face {
    font-family: "majbold";
    src: url("fonts/Majesti-Banner-Bold.otf");
    font-weight: bold
}

@font-face {
    font-family: "majlight";
    src: url("fonts/Majesti-Banner-Light.otf");
    font-weight: light
}

@font-face {
    font-family: "athelasreg";
    src: url("fonts/Athelas-Regular.woff");
    font-weight: regular
}

h1 {
    font-family: "majbold", times;
    color: #41393d;
    font-size: 50px;
    text-align: center;

}

h2 {
    font-family: "majbold", times;
    color: #41393d;
    font-size: 16px;
}

h3 {
    font-family: "majbold", times;
    color: #41393d;
    font-size: 24px;
        text-align: center

}

p {
    font-family: "athelasreg", times;
    color: #41393d;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
    
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.topmenu {
    height:60px;
}

ul {
  font-family: "majlight", times;
  font-size: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #41393d;
}

.active {
  background-color: #be1e2d;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}