		
		/* width */
::-webkit-scrollbar {
  width: 11px;  
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000; 
  border: 2px solid lime;
   border-radius: 3px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #00ff00;
   border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b2ff56; 
}
		
			body {
				max-width: max-content;
				margin: auto;
				background-image:url("https://spacediscoverer.neocities.org/Atom%20Eye%20Pattern%20Homepage%20BG2.png");
				background-repeat: repeat;
			}

			.container {
				 width: 2000px;
         height: auto;
				background-color: transparent;
				position: relative;
				text-align: center;
				max-height: 100%;
				font-family: 'detacher'
			}
			
			
			
			.topclocks {
			  width: 1135px;
			  height: 96px;
			  margin: 5px 5px 5px 5px;
			   border: 5px solid cyan;
			   padding: 10px;
			  background-color: #000000;
			  background: rgba(0, 0, 00, 0.85);
			  color: #8dfa0a;
			  line-height:1%;
			  float: left;
			  text-align: left;
			  overflow: hidden;
			  font-family: 'spotlight-typewriter';
			  box-shadow: -5px 5px #008e50;
			}
			
			.clockbox0 {
			  width: 200px;
			  height: 94px;
			  margin: 0px 0px 0px 5px;
			  border: 2px transparent;
			  float: left;
			  text-align: center;
			  color: #ff1b5f;
			  overflow: auto;
			  font-family: 'spotlight-typewriter';
			  text-shadow: 2px 2px #3a1094;
			  }
			  
			  .clockbox1 {
			  width: 200px;
			  height: 94px;
			  margin: 0px 0px 0px 5px;
			  border: 2px transparent;
			  float: left;
			  text-align: center;
			  overflow: auto;
			  font-family: 'spotlight-typewriter';
			  text-shadow: 2px 2px #3a1094;
			  }
			  
			 .clockbox2 {
			  width: 200px;
			  height: 90px;
			  margin: 0px 0px 0px 5px;
			  border: 2px transparent;
			  float: left;
			  text-align: center;
			  overflow: auto;
			  font-family: 'spotlight-typewriter';
			  text-shadow: 2px 2px #3a1094
			  }
			  
			  .clockbox3 {
			  width: 200px;
			  height: 90px;
			  margin: 0px 0px 0px 3px;
			  border: 2px transparent;
			  float: left;
			  text-align: center;
			  overflow: auto;
			  font-family: 'spotlight-typewriter';
			  text-shadow: 2px 2px #3a1094
			  }
			  
			.main {
				width: 950px;
				height: 650px;
				border: 7px solid #ff1b5f;
				padding: 5px;
				line-height: 130%;
				background-color: #000000;
				text-align: center;
				color: #8dfa0a ;
				float: left;
				overflow: auto;
				margin: 5px 5px 5px 20px;
				font-family:'spotlight-typewriter';
				background-image: url('link');
				background: rgba(0, 0, 00, 0.85);
 				background-repeat: no-repeat;
				background-attachment: fixed;
				background-size: cover;
				box-shadow: -5px 5px #8c0044;
				text-shadow: 2px 2px #3a1094
			} 
			.sidebar {
				width: 150px;
				height: 654px;
				float: left;
				border: 5px solid #6833da;
				padding: 5px;
				line-height: 100%;
				background-color: #000000;
				text-align: center;
				color: #6833da;
				overflow: auto;
				margin: 5px 5px 5px 2.5px;
				font-family: 'detacher';
				background-image: url('https://media.discordapp.net/attachments/695399545131237466/1018176000049283214/gradient_for_website3.png');
				background: rgba(0, 0, 00, 0.85);
				background-repeat: no-repeat;
				background-attachment: fixed;
				background-size: cover;
				box-shadow: -5px 5px #3a1094;
				text-shadow: 2px 2px #3a1094
			}

 
   
       .goback {
    width: 160px;
    height: 30px;
    margin: -50px 40px;
    padding: 15px 0px 0px 0px;
    border: 5px;
    font-size: 25px;
    text-align: left;
    float: left;
    line-height: 20px;
    text-shadow: 2px 2px #3a1094;
    }
    
  .wall {
    float: center;
    text-align: center;
    width: 1800px;
    height: 3000px;
   	padding: 10px;
   	margin: 60px 40px;
    background-color: black;
    }
    

			@font-face {
				font-family:spotlight-typewriter;
				src: url(https://spacediscoverer.neocities.org/Spotlight-Typewriter-NC.ttf);
			}
			@font-face {
				font-family:detacher;
				src: url(https://spacediscoverer.neocities.org/Detacher-Regular-1.ttf);
			}

			a:link {
				color: #ff1b5f;
				background-color: transparent;
				text-decoration: none;
			}
			a:visited {
				color: #8dfa0a;
				background-color: transparent;
				text-decoration: none;
			}
			 a:hover { 
				color: #ff35cf;
				background-color: transparent;
				text-decoration: underline;
				background-image: url('https://media.discordapp.net/attachments/695399545131237466/1018404247827656754/website_link_BG_test4.png')
 			}
			a:active {
				color: #0afafa;
				background-color: transparent;
				text-decoration: underline;
			}
			* {
				cursor: url(https://cur.cursors-4u.net/cursors/cur-5/cur425.cur), auto !important;
			}