body{
  margin: 0;
  background-color: #212121;
}
.overnav{
  width: 100%;
  height: 0;
  overflow-x: hidden;
  z-index: 1;
  position: fixed;
  top: 56px;
  background-color: rgba(171, 65, 65);
  transition: 0.5s;
}

.overcontent{
  text-align: center;
  position: relative;
  top: 25%;
  left: 0;
  width: 100%;
}
.overnav a{
  display: block;
  text-decoration: none;
  color: white;
  font-family: Oswald;
  font-size: 30px;
  padding: 10px;
  margin-bottom: 23px;

}
.overnav a:hover:not(#xbtn){
  color: white;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.84);
}
.navbar{
  background-color: rgb(210, 99, 99);
  top: 0;
  position: fixed;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 18px 6px black;
}
#lsd{
  float: left;
  font-family: Nosifer;
  padding: 0;
  padding-left: 1%;
  padding-top: 0.5%;
}
#mbtn{
  font-family: sans-serif;
  font-size: 30px;
  display: none;
}
.navbar a{
  font-family: Roboto;
  font-weight: bolder;
  float: right;
  font-size: 20px;
  color: white;
  padding: 10px;
  text-decoration: none;

}
#xbtn{
  font-family: sans-serif;
  font-size: 30px;
  display: none;
}
.navbar a:hover:not(#lsd){
  background-color: rgb(223, 124, 124);
}

@media screen and (max-width: 600px) {
  #mbtn{
    display: block;
    transition: 0.3s;
  }
  .navbar a{
    display: none;

      transition: 0.3s;
  }
  #lsd{
    transition: 0.3;
    display: block;
    padding-top: 2%;
    padding-left: 2%;
    float: left;
  }
}

.contentarea{
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 300px;
  height: 100%;
  font-family: Oswald;
  color: white;

}
.footer{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: inherit;
}
.footer a{
  font-size: 15px;
  font-family: Oswald;
  font-weight: 800;
  color: #a1a1a1;
  display:block;
  text-decoration: none;
  float: right;
}
@media screen and (max-width: 600px) {
  .contentarea{
    margin-top: 200px;
    font-size: 17px;
    transition: 0.5s;
  }
}
