.body {
  background-color: #000000;
  }
  
  
.navbar {
  overflow: hidden;
  background-color: #ababa691;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #12c639;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: rgb(230, 206, 23);
  color: black;
}

.main {
  padding: 16px;
  margin-top: 0px;
  height: 1500px; /* Used in this example to enable scrolling */
} 
html {
background: #000000;
color: #FFFFFF;
background-size: contain;
margin-left: 0,5em;
}

body {
      max-width: 65em;
      font-family: sans-serif;
}

h1, main, aside, main svg {
      border-radius: 0 .5em .5em;
      border: 1px none;
      padding: .5em 1em;
      margin: 0;
}

h1, h2 {
      background: #3b2b04;
      color: #e0e41b;
      font-family: Playball;
      font-size: 2.5rem;
}

#styleswitcher  li {
list-style-type: none;
display:inline-block;
}

#styleswitcher button {
background: transparent;
border: 1px solid transparent;
color: rgb(128, 223, 104);
}

#styleswitcher button:hover, #styleswitcher button:focus{
background: rgb(35, 178, 102);
border: 1px solid rgb(216, 81, 19);
color: rgb(232, 226, 40);
}



nav a, #styleswitcher button {
  background: #a1a09c;
  border: 1px solid;
  border-color: #5d5050;
  border-left-color: #a2f0d2;
  color:  #f0d9a2;
  };
  
nav a:hover, nav a:focus {
background-color: orange;
color: rgb(232, 235, 62);
border: 2px solid rgb(39, 182, 86);
}

nav a[aria-current=page] {
      border: 2px solid;
}

a {
color: rgb(244, 229, 72);
}

table, th, td {
border: 1px solid;
border-collapse: collapse;
}