
body {
    font-size: 15px;
  font-family: "Lato", sans-serif;
    background: #fff;
    
}


.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  display: block;
}

.sidenav a:hover {
  color: blue;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 15px; /* Increased text to enable scrolling */
    color: #000;
  padding: 0px 10px;
  text-align: justify;
    background: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}











/* Style the search box */

/* Style the navigation menu */
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Style the navigation links */
li a{
  background-color: #fff;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

li a: hover {
  background-color: #234;
}


div {
    
  font-size: 50px;   
    
} 