.sidenav-container {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  //position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.sidenav-center {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 0.5rem;
  background-color: #000000;
  //overflow-x: hidden;
  //display: none;
  //transition: 0.5s;
  padding-top: 1rem;
  //text-align: center;
  box-shadow: 0 0 20px #888;
}

.sidenav-center img {
  width: 2rem;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.sidenav-center p {
  margin: 0.2rem 0;
  padding: 1rem;
  text-decoration: none;
  font-family: "Nexa";
  //font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none;
  text-transforme: uppercase;
  display: block;
  //border-left: 2px solid red;
}

.sidenav-center a {
  margin: 0;
  padding: 1rem;
  text-decoration: none;
  font-family: "Nexa";
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none;
  text-transforme: uppercase;
  display: block;
  transition: 1s ease;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
}

.sidenav-center a:hover {
  padding-right: 2rem;
  transition: 0.5s ease;
  border-bottom: 1px solid red;
}

.sidenav-center span {
  color: #FF0000;
}

.sidenav-center-inner {
  max-width: 30rem;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  border: 0;
  border-top: 
}

.sidenav-menu {
  //overflow-y: scroll;
}


.sidenav-center .closebtn {
  font-size: 100px;
}