/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

 body {
  background-color: white;
} 

@font-face {
  font-family: 'cyberpunkwaifus';
  src: url(CyberpunkWaifus.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}

#disturbance {
	background-color:#500697;
	background-image:url("/02.gif");
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	box-shadow:black 0px 5px 10px;
	text-align:center;
	padding-top:40px;
	color:#FCFBF4;
	}
		/* fcfaeb creamer */
		
		
	#wall {
	  background-color:#500697;
	  background-image:url("/02.gif");
	  width:800px;
	  height:auto;
	  margin-left:auto;
	  margin-right:auto;
	  margin-top:40px;
	  box-shadow:black 0px 5px 10px;
	  text-align:center;
	  padding-top:20px;
	  padding-bottom:20px;
	  font-weight: 800;
    font-style: oblique;
    
	}
	
	
	#wall a {
  color: #F5BB1D; /* Change this to your desired link color */
  font-size: 34; /* Change this to your desired font size */
  text-decoration: none; /* Optional: removes the underline from the link */
  }
		/* #F7CA4E creamer */

  #wall a:hover {
  color: #F7754E; /* Change this to your desired hover color */
  text-decoration: underline; /* Optional: adds underline on hover */
  }

		
	#player {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #custom-controls {
    margin-top: 20px;
  }

  button {
    margin-right: 10px;
  }


body { font-family: 'cyberpunkwaifus'}