/* Hi and welcome to my CSS File. Again: what you doing here lol */

/* MAIN */

html {
  overflow: hidden;
  background-image: url("../img/background-2.webp");
  background-color: black;
  height: 100%
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body {
  top: 50%;
}

img {
  height: auto;
  border: none;
}
/* ------------------------------------------------ */

/* CLASSES */

.content{
  position: absolute;
  text-align: center;
  color: white;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
/* ------------------------------------------------ */

/* ICONS */
.icons{
  font-size: 1.5em;
  letter-spacing: 0.18em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 8em;
  line-height: 2.3em;
  margin-top: 10px;
  box-shadow: 0px 0px 15px #2a2a2a;
  border-radius: 10px;
  background-color: rgba(72, 60, 108, 0.2);
}

a {
  color: white;
  opacity: 0.6s;
  transition: 0.3s;
}

.xing:hover{
  color: #126567;
  opacity: 1;
}

.linkedin:hover{
  color: #0e76a8;
  opacity: 1;
}

.gaming:hover{
  color: #e66a05;
  opacity: 1;
}

.mail:hover{
  color:#0bb313;
  opacity: 1;
}

/* ------------------------------------------------ */

/* FOOTER */