body {
  width: 800px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  background: #141020;
}

.box {
  margin-top: 25%;
  text-align: center;
  margin-right: auto;
  margin-left:  auto;
  border: 10px solid;
  border-image-source: linear-gradient(-30deg, #0054fd 1%, #00ffae 70%);
  border-image-slice: 1;
  max-width: 650px;
}

.box h1 {
    color: #00ffae;
    font-family: Lato, sans-serif;
    font-weight: lighter;
    font-size: 96px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.box p {
    font-size: 24px;
    color: #00ffae;
}

#social {
  margin: 50px;
  text-align: center;
}

#social i:hover {
  background: -webkit-linear-gradient(135deg, #0054fd 1%, #00ffae 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#social i {
  color: #00ffae;
  padding: 30px;
}

.button {
  padding-top: 20px;
  text-align: center;
}

.button a {
  color: white;
  font-size: 1.5em;
  text-decoration:none;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 5px solid;
  border-image-source: linear-gradient(-30deg, #0054fd 1%, #00ffae 70%);
  border-image-slice: 1;  
  text-align: center;
}

.button a:hover {
  background: linear-gradient(-30deg, #0054fd 1%, #00ffae 70%);
  color: #141020;
}

@media only screen and (max-width: 480px) 
{
  .button {
    font-size: 3em;
  }
}
.footer {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 800px;
  margin-bottom: 50px;
}

.setup .footer {
  position: relative;
  bottom: 0;
  text-align: center;
  width: 800px;
  margin-bottom: 50px;
}
.impressum .footer {
  position: relative;
  bottom: 0;
  text-align: center;
  width: 800px;
  margin-bottom: 50px;
}
.footer a {
  color: #00ffae;
  font-size: 1.5em;
  font-weight: 100;
  margin: 50px;
  text-decoration:none;
}

.footer a:hover {
  padding-bottom: 5px;
  border-bottom: 2px solid #00ffae;
}

.setup h1 {
  color: #00ffae;
  text-align: center;
  font-size: 60px;
  margin-bottom: 10px;
}

.div {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, rgba(0,255,174,1) 0%, rgba(0,84,253,1) 100%);
}

.div2 {
  margin: auto;
  height: 4px;
  width: 25%;
  background: linear-gradient(90deg, #00ffae 0%, #0054fd 100%);
}

#equipment {
  margin-top: 50px;
}

h2 {
  color: #00ffae;
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px;
  font-weight: 100;

}

.content {
  color: white;
  float: left;
  font-size: 30px;
  width: 100%;
}

.content a {
  color: #00ffae;
  text-decoration: none;
}

.content a:hover {
  border-bottom: 2px solid #00ffae;
}

.content li {
  font-size: 26px;
  margin: 10px;
}

.setup p {
  color: #00ffae;
  text-align: center;
  padding: 30px;
}

.setup i {
  color: #00ffae;
}

.impressum h1 {
  color: #00ffae;
  text-align: center;
  font-size: 60px;
  margin-bottom: 10px;
}
.impressum h2 {
  color: #00ffae;
  text-align: left;
  font-size: 25px;
  margin: 20px;
}
.impressum p {
  color: #00ffae;
  margin: 20px;
}

.back {
  position: absolute;
  top: 34px;
  left: 30px;
}

.back i {
  color: #00ffae;
}
