    body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: "Jersey 10 Charted", sans-serif;
    
        border: 3.14159265358979323846264338327950288419716939937510582097494459230781640628620899862803482534211706em groove #00ff00;
        padding: 60px;
    margin: 2em;
    }
    
    a:hover {
        color: #00FF00;
        padding: 5px;
    }
    h1 {
          font-family: "Space Mono", monospace;
    
    }
    h2 {
          font-family: "Space Mono", monospace;
    
    }
    img {
        
    }
    .logo {
        margin 23px
    }
    .float{
        float:center;
        margin: 3em;
        padding: 4em;
    }
 * {
  border-sizing: border-box;
  margin: 0;
  padding: 0;
}

nav {
  height: 100%; /* Full-height */
  width: 15%; /* Desired width */
  position: fixed; /* Sticks menu to the screen */
  z-index: 1; /* Keeps menu in front of other elements */
  top: 0;
  left: 0;
  background-color: #221122; 
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px; /* Add some space at the top of the links */
}

nav a {
  padding: .5em .75em .5em 1em;
  text-decoration: none; /* Remove the underlines */
  font-size: 1.3em;
  color: #00ff00;
  display: block; /* Makes each menu link occupy its own line */
  transition: 0.3s; /* Animates the hover effect */
}

nav a:hover {
  color: #ff0000;
  text-shadow: 2px 2px 2px #000000;
}

main {
  margin-left: 15%; /* Same as the width of the sidebar */
  padding: 1em 1em;
  padding-top: 20px; /* Same number as the top of the menu */
}




    
    