* {
  margin: 0%;
  padding: 0%;
  font-family: sans-serif;
}

body {
  background-attachment: fixed;
  transform-origin: center, center;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("northernlights.jpg");
  background-size: 100%;
}

a {
  color: white;
  text-decoration: none;
  border: 5px white solid;
  border-radius: 10px;
  padding: 10px;
}

.padding {
  padding-top: 5.3%;
}

a.title {
  display: flex;
  justify-content: center;
  height: 8%;
  width: 27.8%;
  margin-left: auto;
  margin-right: auto;
  padding-top: auto;
  font-size: 300%;
  color: white;
}

a.titleinternetprotokoll {
  display: flex;
  justify-content: center;
  height: 8%;
  width: 23.2%;
  margin-left: auto;
  margin-right: auto;
  padding-top: auto;
  font-size: 300%;
  color: white;
}

a.titlelagar {
  display: flex;
  justify-content: center;
  height: 8%;
  width: 9%;
  margin-left: auto;
  margin-right: auto;
  padding-top: auto;
  font-size: 300%;
  color: white;
}

.header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 10%;
  width: 100%;
  position: fixed;
  backdrop-filter: blur(10px);
}

.navlist {
  display: flex;
  justify-content: space-between;
  align-content: center;
  list-style-type: none;
  width: 26%;
}

.contenthome {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52%;
}

.text {
  text-align: center;
  align-content: center;
  width: 40%;
  backdrop-filter: blur(10px);
}

.footer {
  display: flex;
  justify-content: space-around;
  height: 10%;
  width: 100%;
  bottom: 0;
  position: fixed;
  backdrop-filter: blur(10px);
}

.copyright {
  bottom: 0;
  left: 0;
  height: 50%;
  margin: 0.6%;
  position: fixed;
}

.name {
  bottom: 0;
  right: 0;
  height: 50%;
  margin: 0.6%;
  position: fixed;
}
