body,
html {
  color: #ffc0cb;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  background-color: #ffecf7;
  cursor: url("/Assets/cursor.cur"), auto;
  font-family: Terminal !important;
}

hr {
  width: 600px;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid pink;
  margin: 1em 0;
  padding: 0;
}

.divine {
  border: 1px solid black;

  box-shadow: 0 0 50px pink;
  margin-top: 80px;
  margin-bottom: 35px;
}

.katze {
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
  margin: 0px;
  color: pink;
}

@font-face {
  font-family: Terminal;
  src: url(/Assets/BigBlue_TerminalPlus.TTF);
}

.desc2 {
  color: #ffc0cb;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
}

.profile {
  box-shadow: 0 0 50px pink;
  margin: 5px;
  border: 1px solid black;
  margin-bottom: 50px;
  margin-bottom: 10px !important;
}

a {
  text-decoration: none;
  color: pink;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
}

a:hover {
  color: white;
  cursor: url("/Assets/cursor.cur"), auto;
}

.fuckbitches {
  box-shadow: 0 0 50px pink;

  border: 1px solid black;
  width: 500px;
  margin: 30px;
}

.buttons {
  margin: 20px;
}

.footertext {
  font-size: 15px;
}

@media only screen and (max-width: 600px) {
  .divine {
    width: 300px;
  }

  hr {
    width: 350px;
  }

  .fuckbitches {
    width: 300px;
  }

  .profile {
    width: 300px;
  }
}

.footertext {
  text-shadow: none !important;
  border: none !important;
  background: linear-gradient(to right,
      #ff0000,
      #ff7f00,
      #ffff00,
      #00ff00,
      #0000ff,
      #4b0082,
      #8a2be2);

  background-size: 1400% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow 20s linear infinite;
  margin-bottom: 20px !important;
}

@keyframes rainbow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

::selection {
  color: rgb(253, 215, 221);
  background-color: rgba(255, 0, 0, 0.219);
}

.socials {
  margin-top: 30px;
}

center {
  opacity: 0;
  animation: fadeIn 0.3s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.buttonlel {
  margin: 1px;
}

.buttonlel:hover {
  box-shadow: 0 0 50px rgba(230, 87, 111, 0.747);
}

.buttonlel {
  border: 1px solid black;
  transition: 0.2s ease box-shadow;
}

img:hover {
  box-shadow: 0 0 50px rgb(185, 185, 185);
}

img {
  transition: 0.2s box-shadow ease;
}

.iploggeronlinetxt {
  text-shadow: none !important;
  border: none !important;
  background: linear-gradient(to right,
      #0fb1f1,
      #ea93a1,
      #c7c6c6,
      #ea93a1,
      #0fb1f1);
  background-size: 1400% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow 20s linear infinite;
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 768px) {

  .profile,
  .divine,
  .fuckbitches {
    width: 350px;
  }

  .socials {
    font-size: 15px;
  }

  .buttonlel {
    width: 70px;
  }

  hr {
    width: 500px;
  }

}