    body {
    font-family: "Lato", sans-serif;
    background-color:whitesmoke;
  }
  .sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 10px 10px 10px 10px;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.btn-lan{
	background-color: #333;
	color: aliceblue;
	border-radius: 10px;
	border: none;
	height: 30px;
	width: 100px;
	font-size: 25px;
}
.btn{
  background-color: white;
    color: black;
	border-radius: 10px;
	border: none;
	height: 30px;
	width: 100px;
	font-size: 25px;
	box-shadow: 0 5px #999;
}
.btn:active {
	background-color: rgb(156, 69, 238);
	box-shadow: 0 5px #666;
	transform: translateY(4px);
  }

 footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

footer li {
  float: left;
}

footer li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

footer li a:hover {
  background-color: #111111;
}
.add-new-link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}
.add-new-link {
    
    list-style-type: none;
  margin-bottom: 20px;
  padding: 0px;
  overflow: hidden;
  background-color: #333333;
  
}

.add-new-link a{
    float: left;
    display: block;
  color: white;
  text-align: center;
  padding: 20px;
  text-decoration: none;
    
}
.add-new-link a:hover {
  background-color: #111111;
}

