html {
  background: #87CEEB;
/*  background: #ededed;*/
}
body {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
}

a:link, a:visited, a:active {
  color: #000;
}
a:hover {
  color: #fff;
}

.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.partikel {
  position: absolute;
}
.header {
  text-align: center;
  margin: 69px 0 0 0;
  /*color: #323232;*/
  color: #fff;
}


.footer {
    position: fixed;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    color: #313131;
    width:200px;
}


.berg {
  text-align: center;
}
