body {
background-color: #071327;}

*, *::before, *::after {
	box-sizing: border-box;
}

@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}

.rainbow {
	position: relative;
	z-index: 0;
	width: 620px;
  height: 400px;
  padding: 50px;
	border-radius: 10px;
	overflow: hidden;
  margin: auto;
}
	
.rainbow::before {
		content: '';
		position: absolute;
		z-index: -2;
		left: -50%;
		top: -50%;
		width: 200%;
		height: 200%;
		background-repeat: no-repeat;
		background-size: 50% 50%, 50% 50%;
		background-position: 0 0, 100% 0, 100% 100%, 0 100%;
		background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
		animation: rotate 4s linear infinite;
	}
	
.rainbow::after {
		content: '';
		position: absolute;
		z-index: -1;
		left: 6px;
		top: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		background: #062741;
  background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,119,143,1) 100%);
		border-radius: 5px;
	}

h1 {
position: sticky;
top: 0;
padding: 10px 16px;
color: white;
font-family: 'Steelfish';
text-align: center;
font-size: 100px;
box-shadow: 0px 0px 10px black;
z-index: 1
}

h2{
color: white;
position: fixed;
font-family: 'Steelfish';
text-align: center;
font-size: 60px;
bottom: 200px;
box-shadow: 0px 0px 10px black;
z-index: 1
}

h3{
color: white;
text-align: center;
text-shadow: 0.05em 0 0 rgba(235, 0, 0, 0.75), -0.025em -0.05em 0 rgba(0, 255, 0, 0.75), 0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
font-size: 100px;
font-family: 'Steelfish';
letter-spacing: 1px;
word-spacing: 5px;
}

h4{
color: white;
font-family: 'Steelfish';
font-size: 40px;
margin: auto;
}

p{
color: white;
font-family: 'Steelfish';
text-align: center;
text-shadow: 2px 2px #CE1212;
box-shadow: 0px 0px 10px black;
font-size: 50px;
letter-spacing: 1px;
margin: auto;
}

.container {
   display: flex;
   justify-content: space-between;
}
.left-col {
   width: 49%;
   text-align: left;
}
.right-col {
   width: 49%;
   text-align: right;
}

.vericaltext{
 writing-mode: vertical-lr;
 text-orientation: upright;
}

a {
font-family: 'Steelfish';
font-size: 40px;
}

button{
text-shadow: 0.05em 0 0 rgba(235, 0, 0, 0.75), -0.025em -0.05em 0 rgba(0, 255, 0, 0.75), 0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
letter-spacing: 1px;
}

#glitch{
text-shadow: 0.05em 0 0 rgba(235, 0, 0, 0.75), -0.025em -0.05em 0 rgba(0, 194, 0, 0.75), 0.025em 0.05em 0 rgba(173, 216, 230, 0.75);

animation: glitch 750ms infinite;
}

@keyframes glitch {
  0% {
    text-shadow: 0.05em 0 0 rgba(235, 0, 0, 0.75), 
      -0.05em -0.025em 0 rgba(0, 194, 0, 0.75), 
      -0.025em 0.05em 0 rgba(173, 216, 230, 0.75); 
  }
  14% {
    text-shadow: 0.05em 0 0 rgba(235, 0, 0, 0.75), 
      -0.05em -0.025em 0 rgba(0, 194, 0, 0.75), 
      -0.025em 0.05em 0 rgba(173, 216, 230, 0.75); 
  }
  15% {
    text-shadow: -0.05em -0.025em 0 rgba(235, 0, 0, 0.75), 
      0.025em 0.025em 0 rgba(0, 194, 0, 0.75), 
      -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  49% {
    text-shadow: -0.05em -0.025em 0 rgba(235, 0, 0, 0.75), 
      0.025em 0.025em 0 rgba(0, 194, 0, 0.75), 
      -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  50% {
    text-shadow: 0.025em 0.05em 0 rgba(235, 0, 0, 0.75), 
      0.05em 0 0 rgba(0, 194, 0, 0.75), 
      0 -0.05 0 rgba(0, 0, 255, 0.75);
  }
  99% {
    text-shadow: 0.025em 0.05em 0 rgba(235, 0, 0, 0.75), 
      0.05em 0 0 rgba(0, 194, 0, 0.75), 
      0 -0.05 0 rgba(0, 0, 255, 0.75);
  }
  100% {
    text-shadow: -0.025em 0 0 rgba(235, 0, 0, 0.75), 
      -0.025em -0.025em 0 rgba(0, 194, 0, 0.75), 
      -0.025em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
}

.button{
background-color: blue;
color: white;
font-family: 'Steelfish';
font-size: 3.0em;
border: 0;
border-radius: 0.5em;
padding: 0.5em;
cursor: pointer;
}

.button:hover{
background-color: darkblue;
}

.button:active{
background-color: #6161FF;
}

.radius{
  border: 5px solid lightblue;
	padding: 0.10em;
  border-radius: 50px 20px;
  width: 770px;
  margin: auto;
}

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  font-size: 1.5em;
  color: #26ADDF;
}

/* mouse over link */
a:hover {
  color: #FF00E1;
}

/* selected link */
a:active {
  color: #FF70EE;
}

/*
	Pseudoclasses:
	propertyName::psuedoclassName {}
	:link -> directly style a link that has yet to be clicked on
	:hover -> applies CSS when element is hovered 
	:visited -> styles a link that already has been clicked on
	:active -> applies styles when an element is "activated"
	LVHA -> recommended order of pseudoclasses (link, visited, hover, active)
	:before -> sets content before an element
	:after -> sets content after an element
*/