p{color:rgba(51, 101, 10, 0.999);}
.text {font-size: 42px;}

html, body {
  background-color:rgba(114, 114, 105, 0.805);
  padding: 0;
  margin: 0;
  width: 100%;
}

.wrapper {
  height: 100vh;
  width: 100%;
  background-image: url(https://i.postimg.cc/tJz97FHJ/Image-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}

h1 {font-size: 72px;
  align-items: center;
  justify-content: center;
} 
.title {
  color:rgb(56, 3, 3);
  justify-content: center; 
  align-items: center;}

#image {width: 400px; height: auto;}

.center {display: block;
margin-left: auto;
margin-right: auto;
width: 100%;}
@media only screen and (max-width:400px) {#image {width: 300px;}}
@media only screen and (max-width:300px) {#image {max-width: 300px; width: 100%;}}



.nav:hover div {
  width: 30px;
}


.open {
  color: white;
  font-size: 30px;
  float: left;
  margin: 1em 0 0 1em;
  display: block;
  cursor: pointer
  ;
}


.nav {
  width: 0%;
  overflow-x: hidden;
  height: 100vh;
  z-index: 1;
  position: fixed;
  background-color: rgba(114, 114, 105, 0.805);
  transition: 0.5s;
  display: block;

}

.nav a {
  clear: left;
  color: white;
  font-size: 22px;
  display: block;
  text-decoration: none;
  padding: 1em 0;
  transition: 0.3s;
}

.close {
  float: left;
  margin: 1em 0 0 1em;

}

.nav a:not(:first-child):hover {
  background-color: rgba(51, 101, 10, 0.999);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: olivedrab;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  }

  #myBtn:hover {
    background-color: #555;
  }
  
  @media only screen and (max-width: 800px){
    nav{
      position: absolute;
      top: 70px;
      left: 0;
      background: #333;
      width: 100%;
      overflow: hidden;
      transition: max-height 0.5s;

    }
    nav a{
      color: #fff;
    }
    #mybtn{
      flex-basis: 100%;
    }
    nav a:not(:first-child):hover {
      background-color: rgba(51, 101, 10, 0.999);
  }

  }

   
  @media only screen and (max-width: 600px){
    .footer{
      text-align: center;
    }
    #mybtn{
      position: center;
    }
    .nav a:not(:first-child):hover {
      background-color: rgba(51, 101, 10, 0.999);
    }
    .wrapper {
      background-position: auto;
      text-align: center;
 
  }
}

  .footer {
    background: #000;
    color: #8a8a8a;
    font-size: 14px;
    padding: 60px 0 20px;
}

.footer p{
    color: #8a8a8a;
}
.footer hr{
  border: none;
  background: #b5b5b5;
  height: 1px;
  margin: 20px 0;
}
.copyright{
  text-align: center;
}