

body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:rgb(255, 204, 109,0.918);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
 font-style: oblique;
  font-size: 25px;
  color: rgb(7, 6, 6);
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: rgb(119, 32, 32);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


body, html {
  height: 100%;
  margin: 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: oblique;
  background-color:rgb"255,214,100";
}

.topi-image {
  background-image: linear-gradient(rgba(10, 0, 0, 0.5), rgba(0, 0,0, 0.5)), url("topi.jpeg");
  height: 200%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.topi-text {

  text-align: center;
  background-color:rgb(255, 214, 100);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-style:block;
  color: rgb(119, 32, 32);

}
  
hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(252, 225, 151);
}


div.a {
  text-align: justify;
} 
