
@font-face { font-family: Roadam; src: url('Roadam.otf'); } 
@font-face { font-family: Kilo; src: url('Kilo.otf'); }
@font-face { font-family: Vanosky; src: url('Vanosky.otf'); }
@font-face { font-family: Apestron; src: url('Apestron.otf'); }
@font-face { font-family: AudioNugget; src: url('AudioNugget.ttf'); }

body {
  background-image: url("cybercore f.jpg")
    
}
h1 { 
  font-size: 100px;
  font-family: Vanosky, sans-serif;
  background: linear-gradient(to right, LightCyan, Cyan, DeepSkyBlue); 
  color: transparent; 
 text-shadow: 2px 2px black;

}
p {
  font-size: 36px;
  font-family: Apestron, sans-serif;
  text-align: center;
  color: gainsboro;
  text-shadow: 1px 1px black;
  
}
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 225px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: rgba(255, 255, 255, 0.4); /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: Cyan;
  display: block;
  font-family: Apestron, sans-serif;
  text-shadow: 2px 2px black;
}

.sidenav a:hover {
  color: DodgerBlue;
}

