body {
    background-color: #001700;
    color:whitesmoke;
    font:helvetica;
    padding-left: 3%;
    padding-right:3%;
}

body a{
    color:whitesmoke;
    
}
body a:visited{
    color:green;
}

 /* The sidebar menu */
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 10%; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* stay at the top */
    left: 0;
    overflow: hidden; /* Disable horizntal scroll */
    padding-top: 1%;
    grid-column: 1;
    font-size: 1.5vw;
  }
  
.sidenav .logo {
    max-width: 100%;
}
.sidenav .mileage{
    font-weight: 1000;

}
.sidenav .map{
    padding-top: 50%;
    margin-left: -30%;
    max-width: 140%;
    transform: rotate(-30deg);
}
  /* The navigation menu links */
.sidenav a {
    padding: 3% 0% 3% 3%;
    text-decoration: none;
    font-size: 20%;
    color: #818181;
    display: block;
  }
  
  /* When you mouse over the navigatin links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
  }

textarea {
    resize: none;
    width: 75%;
    height: 20vw;
}

.wrapper {
        display: grid;
        grid-template-columns: 10% 80% 10%;
        text-align: center;
    }
    
.wrapper > * {
      grid-column: 2;
    }

h2{
    font-size:large;
    font-style:italic;
}
