body, html {
    background:#ffffff ;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    cursor: default;
  }
  
  .construction-message {
    position: absolute;
    top: 25%;
    width: 100%;
  }
  
  h1 {
    color: rgb(155, 201, 60);
    font-weight: 100;
    font-size: 3em;
  }
  
  h2 {
    color: #333333;
    font-weight: 300;
    font-size: 1.5em;
  }
  
  a {
    font-weight: 300;
    color: rgb(155, 201, 60);
    text-decoration: none;
    font-size: 1.5em;
  }
  
  span {
    color: rgb(155, 201, 60);
  }
  
  .footer {
    position: absolute;
    bottom: 0;
    margin-left: 10px;
  }
  .header {
    overflow: hidden;
    background-color: #ffffff;
    padding: 20px 10px;
  }
  .header-right {
    float: right;
  }
  .header a.active {
    background-color: dodgerblue;
    color: white;
  }
  .header img.logo {
    font-size: 25px;
    font-weight: bold;
    float: left;
    height: 50px;
  }