
body {
  background-color:#212121;
  margin:5px;
  color:white;
  font: 1.2rem "Fira Sans", sans-serif;
  text-align: center; 
}
img {
  border-radius:10px; 
  box-shadow: 2px 2px 5px #2e2e2e;
}
ul {
  list-style-type: none;
  margin: 3px;
  padding: 0;
  width: 11%;
  border-radius:5px;
  background-color: #ed8345;
  position: fixed;
  height: 100%;
  overflow: auto;
}
li {
     border-radius:5px;
     border-color: #e27d42;
     background-color: #e27d42;
     border-style:solid;
     margin: 5px; 
}
li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

li a.active {
  background-color: white;
  color: black;
}

li a:hover:not(.active) {
  background-color: white;
  color: black;
}
div.rightalign {
  text-align:right;
  float:right;
}
.nomargin {
margin: 0px;
}
