
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    position: relative;
}

body, html {
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 18px;
    font-family: "Georgia";
    background-color: #eee;
    background: #00364a; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #00364a 0%, #01060d 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#00364a), color-stop(100%,#01060d)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #00364a 0%,#01060d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #00364a 0%,#01060d 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #00364a 0%,#01060d 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #00364a 0%,#01060d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00364a', endColorstr='#01060d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



.background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/dotted.png");
    background-repeat: repeat;
}


.toggle-button {
  height: 45px;
  width: 86px;
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("../images/toggle-button.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

  .toggle-button.fr {
    background-position: top left;
  }

  .toggle-button.nl {
    background-position: bottom left;
  }


.header {
    width: 100%;
    display: block;
    background-color: #00364a;
    padding: 20px;
    height: 70px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    height: 70px;
    line-height: 31px;
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
}

.description{
  width:100%;
  position:absolute;
  top:70px;
  bottom:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-size:30px;
  line-height:30px;
  text-align:center;

}
.description a{
  color:inherit;
}

#description{
  text-align:center;
}



#Output {
    /* border:1px solid #00364a;*/
    color: #00364a;
    background-color: #e5ebed;
    padding: 10px;
    float: left;
    width: 100%;
    display: inline-block;
    word-wrap: break-word;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
}

#Version {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: white;
    z-index: 7;
}


.center {
    text-align: center;
}

button {
    cursor: pointer;
    border: none;
    width: 90px;
    height: 90px;
    /*padding:0px 20px;*/
    font-family: "Georgia";
    font-size: 14px;
    background-color: transparent;
    display: inline-block;
    margin-top: 10px;
}




h1 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
}

