@font-face {
    font-family: 'Droid Sans Mono';
    src: url('other/DroidSansMono.woff2') format('woff2'),
        url('other/DroidSansMono.woff') format('woff'),
        url('other/DroidSansMono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futurist Fixed-width';
    src: url('FuturistFixedWidthRegular.woff2') format('woff2'),
        url('FuturistFixedWidthRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ElroNet Monospace';
    src: url('ElroNet-Monospace.woff2') format('woff2'),
        url('ElroNet-Monospace.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


a:hover { text-shadow: 0 0 9px #fff, 0 0 9px #fff; }



tests {
	width:18px;
	display: inline-block;
}


* {
  cursor: url('other/cursor.png'), default;
}



:root {
    --color: red;
}




div.brandon { 
	text-decoration: none;
	padding: 0;
	font-family: "Caviar Dreams";

}

h1 {
	display: inline-block;
    font-size: 25vw;

}


h3 {

    font-size: 110px;
    margin: -25;

}


.topright {
  position: absolute;
  top: 3px;
  right: 8px;

}

h2 {
	display: inline-block;
    font-size: 2px;
    margin: -15;

}



body {
    letter-spacing: 0;
	margin: 0;
	padding: 0;
	background-color: black;
	overflow: hidden;
	font-family: "Droid Sans Mono";
	color: white;
	user-select: none;
}


a {
    word-wrap: break-all;
	display: inline-block;
	color: white;
	text-decoration: none;
	padding: 1;
    letter-spacing: 1;
	font-size: 13;
    
}

.b {
    font-size: 13;
}




  
  
  
a2 {
 position: relative;
 font-size: 7vw;

} 
  


.center {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



img {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	top: 50%;
	left: 50%;
	z-index: -2;
	filter: blur(6px) brightness(40%);
	pointer-events: none;

}

#main {
	
	opacity: 0;
	transition: 5s;
}





@keyframes rainbow-text {
  0% {
    color: #e87d7d;
  }
  2% {
    color: #e88a7d;
  }
  4% {
    color: #e8977d;
  }
  6% {
    color: #e8a47d;
  }
  8% {
    color: #e8b07d;
  }
  10% {
    color: #e8bd7d;
  }
  12% {
    color: #e8ca7d;
  }
  14% {
    color: #e8d77d;
  }
  16% {
    color: #e8e47d;
  }
  18% {
    color: #dfe87d;
  }
  20% {
    color: #d3e87d;
  }
  22% {
    color: #c6e87d;
  }
  24% {
    color: #b9e87d;
  }
  26% {
    color: #ace87d;
  }
  28% {
    color: #9fe87d;
  }
  30% {
    color: #92e87d;
  }
  32% {
    color: #86e87d;
  }
  34% {
    color: #7de881;
  }
  36% {
    color: #7de88e;
  }
  38% {
    color: #7de89b;
  }
  40% {
    color: #7de8a8;
  }
  42% {
    color: #7de8b5;
  }
  44% {
    color: #7de8c1;
  }
  46% {
    color: #7de8ce;
  }
  48% {
    color: #7de8db;
  }
  50% {
    color: #7de8e8;
  }
  52% {
    color: #7ddbe8;
  }
  54% {
    color: #7dcee8;
  }
  56% {
    color: #7dc1e8;
  }
  58% {
    color: #7db5e8;
  }
  60% {
    color: #7da8e8;
  }
  62% {
    color: #7d9be8;
  }
  64% {
    color: #7d8ee8;
  }
  66% {
    color: #7d81e8;
  }
  68% {
    color: #867de8;
  }
  70% {
    color: #927de8;
  }
  72% {
    color: #9f7de8;
  }
  74% {
    color: #ac7de8;
  }
  76% {
    color: #b97de8;
  }
  78% {
    color: #c67de8;
  }
  80% {
    color: #d37de8;
  }
  82% {
    color: #df7de8;
  }
  84% {
    color: #e87de4;
  }
  86% {
    color: #e87dd7;
  }
  88% {
    color: #e87dca;
  }
  90% {
    color: #e87dbd;
  }
  92% {
    color: #e87db0;
  }
  94% {
    color: #e87da4;
  }
  96% {
    color: #e87d97;
  }
  98% {
    color: #e87d8a;
  }
  100% {
    color: #e87d7d;
  }
}
.rainbow-text {
  animation: rainbow-text 20s infinite;

}








section {
    padding: 20px;
}



