@keyframes flicker {
    0% {
        text-shadow: 0px 0px 5px white;
        text-shadow: -3px 1px 0px #ca00af;
        text-shadow: -2.5px 2px 0px #ca00af;
        text-shadow: -1.5px 3px 0px #ca00af;
    }
    30% {
      text-shadow: 0px 0px 5px rgb(0, 225, 255);
      text-shadow: 3px -1px 0px rgb(0, 225, 255);
      text-shadow: 2.5px -2px 0px rgb(0, 225, 255);
      text-shadow: 1.5px -3px 0px rgb(0, 225, 255);
      text-shadow: 2.5px -2px 0px rgb(0, 225, 255);
      text-shadow: 3px -1px 0px rgb(0, 225, 255);
    }
    100% {
      text-shadow: 0px 0px 5px white;
        text-shadow: -3px 1px 0px #ca00af;
        text-shadow: -2.5px 2px 0px #ca00af;
        text-shadow: -1.5px 3px 0px #ca00af;

    }
}

@keyframes blinky {

    0% {
	color: white;
    }
    
    50% {
	color: purple;
    }
    100%{
	color:white;
    }
}

@keyframes saturateIn {

    0% {  filter: saturate(0%);}
    50% { filter: saturate(50%);}
    100% {filter: saturate(100%);}

}

@keyframes saturateOut {

    0% {  filter: saturate(100%);}
    10% { filter:saturate(100%);}
    50% { filter: saturate(50%);}
    90% { filter: saturate(0%);}
    100% {filter: saturate(0%);}

}

@font-face {
  font-family: 'swagFont';
  src: url('mainFont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    filter: saturate(0);
    cursor: none;
    font-family: 'swagFont', sans-serif;
    background-color:#0d0d0d;  
    background-image: radial-gradient(
	rgba(0, 0, 0, 0.75), #0d0d0d 140%
    );
    height: 100vh;
    overflow: hidden;
    filter:blur(0.4px);
    white-space: pre;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    
                                  

}

.middle{
float:left;
}

.bg-white {
        background-color:#dddddd;
        font-color:black;
        color:black;
}


.lecolor{

}

.fade-in { animation: fadeIn 4s; 
	color: #aaaaaa;
	font-size: 15;
	white-space: pre}

.center-me-daddy {
  		font-family: 'swagFont', sans-serif;
display: flex;
justify-content: center;
}

.typed {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing;
  animation-duration: 1.5s;
  animation-timing-function: steps(30, end);
  animation-fill-mode: forwards;
}

@keyframes typing {

  from { width: 0 }
  to { width: 100% }
}

.fade-out {
  animation:fadeOut 2s;
        color: #aaaaaa;
        font-size: 15;
       
}

.spanner {
	background-color:white;
	font-color:black;
	color:black;

}

@keyframes flyIn {
  0% {
      width: 0%;
    }
  100% {
      width: 100%;
    }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeOut {
    0% {
	opacity:1;
	filter: saturate(100%);}
    10% {
	opacity:1;
	filter: saturate(100%);}
    90% {
	opacity:0;
	filter: saturate(0%);}
    
    100% {
	opacity:0;
	filter:saturate(0%);} 
}

pre {
    font-family: 'swagFont', sans-serif;
    color: #aaaaaa;
}

#rainbow {
    
    top: 0;
    right: 0;
    position: absolute;
    z-index: 3000;

    width: 100%;
    height: 3px;

    background: linear-gradient(181deg, rgb(0, 225, 255), #ca00af);
    background-size: 100% 100%;
    backgorund-size: auto;
    animation: flyIn 1s;
}

.rainbow2 {
    text-align: center;
    text-decoration: underline;
    font-size: 32px;
    font-family: monospace;
    letter-spacing: 5px;
}
.rainbow_text_animated {
    background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: rainbow_animation 6s ease-in-out infinite;
    background-size: 400% 100%;
}

@keyframes rainbow_animation {
    0%,100% {
        background-position: 0 0;
    }

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

a:hover {

  animation-name: blinky;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  text-decoration: underline;
  transition: all 0.4s;

}

#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
  opacity:0.5;
}

#cursorBorder {
  --size: 30px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px white;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
    height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}

div.particles {
  animation: pfadeIn 1s;
  opacity: 0.3;
}

h1 {
    animation: flicker 1s infinite;
    font-family: 'Roboto Mono', monospace;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    padding-top: auto;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
 }

div.header {
    animation: fadeIn 1s;
    border-radius: 1em;
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    /*margin-right: -50%;*/
    transform: translate(-50%, -50%);
}

div.links {
  animation: fadeIn 1s;
  border-radius: 1em;
  padding: 1em;
  position: absolute;
  top: 54%;
  left: 50%;
  /*margin-right: -50%;*/
  transform: translate(-50%, -50%);
  color: white;
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  letter-spacing: 0px;
}

div.redirect {
  animation: fadeIn 1s;
  border-radius: 1em;
  padding: 1em;
  position: absolute;
  top: 90%;
  left: 50%;
  /*margin-right: -50%;*/
  transform: translate(-50%, -50%);
  color: white;
  font-family: 'Roboto Mono', monospace;
  font-size: 15px;
  text-align: center;
}

.line {
  color: #ffffff;
  font-size: 13px;
}

html {
  scroll-behavior: smooth;
  animation: 2s ease-out 0s 1 saturateIn;
}


.rainbow {
    text-align: center;
    text-decoration: underline;
    font-family: swagFont;
    letter-spacing: 3px;
}

#o {
 
    text-decoration: blink;
    transition: all 0.4s;
    color: #FFFFFF;
    font-family: swagFont;
    letter-spacing:0px;

}

.tsparticles {
    z-index: 1;

}

div {
    z-index: 10;
    
}

.donut-container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
}
