.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0px;
  right: 0;
  background-color: #9785B5;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  background: linear-gradient(45deg, #9484b4 0%,#eb9485 60%,#f4cb91 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9484b4', endColorstr='#f4cb91',GradientType=1 );
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2), 0 60px 20px 0 rgba(0, 0, 0, 0.19);
	
}

.sidenav a {
  padding: 10px 30px 10px 40px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
  color: white;
  min-width: 200px;
}

.sidenav a:hover {
  color: #9785B5;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  min-width: 0px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}