@charset "UTF-8";
/* CSS Document */

body { 

background-image:url(fucking.png);
cursor: url(https://cur.cursors-4u.net/games/gam-10/gam948.ani), url(https://cur.cursors-4u.net/games/gam-10/gam948.png), auto !important;


}


.title {
	
	text-align: center;
	margin-top: 10%;
	
}

#no {
	
text-decoration: none;
color:white;


}

#lol { 

height: auto;
width: 50%;
	
}

.braindamage {
	margin-top: 5%;
	width: 200px;
	height: 50px;
    font-size: 10px;
  font-family: Monospace, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: white;
  background-color: #0C6;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
	
}

.button {
  width: 300px;
  height: 75px;
  font-family: Monospace, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: white;
  background-color: #0C6;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  
  }
  
 .button:hover {
  background-color: #2EE59D;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: white;
  transform: translateY(-7px);
} 

.braindamage:hover {
  background-color: #2EE59D;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #2EE59D;
  transform: translateY(-7px);
}

#cent {
	
	text-align:center;
}




#path {
  font-family: goth; 
  font-size: 20pt;
  color: #2EE59D;
  text-align: center;

}

.typewriter {

  margin-top: 20%;
  margin-right: 30%;
  margin-left: 30%;
  text-align: justify;

}

#foot {
	
  text-align: center;
  font-style: italic;
  font-size: 7pt;
  color: white;
  margin-top: 10%;
  margin-left: 1%;
  font-family: Monospace;
	
}



@font-face {
  font-family: goth;
  src: url(lol.otf);
}
	
#hidden {
	
	opacity:0;
	
}