@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  overflow: hidden;
}

h1 {
  font-size: 10px;
  color: white !important;
  font-family: 'Open Sans', sans-serif;
}

header {
  position: absolute;
  margin-left: 690px;
  margin-top: 230px;
  color: white;
  z-index: 10;
  font-family: 'Open Sans', sans-serif;
}

.copyright {
  font-size: 6px !important;
}

.container2 {
  position: absolute;
  margin-left: 20px;
  margin-top: 875px;
  z-index: 10;
  font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.text {
  color: white;
}

.icons {
  z-index: 20;
  color: white;
}

i {
  margin-right: 9px;
}

a {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.discord {
  text-decoration: none;
}

a:link {
  color: #ee84f1;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ee84f1;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://nekos.cc/static/banner.jpg') center;
    filter: brightness(15%);

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fadein {
animation: fadeIn ease 2.5s;
-webkit-animation: fadeIn ease 2.5s;
-moz-animation: fadeIn ease 2.5s;
-o-animation: fadeIn ease 2.5s;
-ms-animation: fadeIn ease 2.5s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
