
.header{
    background-color: rgb(206, 211, 140);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%
}
.logoHead{
    font-family: cursive;
    width: 25%;
    flex-direction: row;
    display:flex;
    align-items: center;
}
.logo{
    width: 25%;
    justify-content: left;
}
.menu{
    display: block;
    font-family: cursive;
   align-items: center;
    display: flex;
  flex-direction: row;
   margin-right: 1%;
   
}
.nav{
    color: rgb(0, 0, 0);
    background-color: rgb(185, 172, 152);
    border-color: rgb(44, 121, 0);
    
}
.nav:hover{
    cursor: pointer;
    zoom: 120%;
}
.gif{
    background-color: rgb(150, 183, 183);
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
   
}
.giff{
    margin-left: 7%;
}
.mainimg{
    margin-top: 6%;
    width: 100%;
}
#background{
    position: relative;
    background: url(b58a32f2dd3578b76bd62cfc0e4db7da.jpg) no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 860px;
    z-index: 0;
}
.pngmain{
    
}
.png{
   margin: 2.3%;
    justify-content: space-between;
    width: 20%;
}
.pngname{
    font-family: cursive;
    align-items: center;
     display: flex;
   flex-direction: row;
    justify-content: center;
    justify-content: space-between;
    margin-right: 7%;
    margin-left: 7%;
    color: rgb(240, 248, 255);
    
} 
.name{
    background-color:red ;
   padding-right: 0.001%;
    padding-left: 0.001%;
}
.quotes{
    display: flex;
    flex-direction: row;
   justify-content: center; 
    margin-top: 10%;
    color: rgb(255, 255, 255);
    font-size: 35px;
}
.buttonn{
    display: flex;
    flex-direction: row;
   justify-content: center; 
    margin-top: 10%;
    color: rgb(239, 233, 233);
    font-size: 45px;
    margin-top: 7%;
    margin-left: 42%;
    background-color: green;
    border-radius: 20px;
}
.buttonn:hover{
    cursor: pointer;
    zoom: 130%;
    background-color: rgb(204, 189, 189);
    color: green;
}
.footer{
    align-items: center;
    display: flex;
  flex-direction: row;
   justify-content: center; 
}
nav{
    align-items: center;
     display: flex;
   flex-direction: row;
    justify-content: center;
    justify-content: space-between;
   
    
}   
.footerlogo{
    margin: 5%;
    justify-content: space-between;
    margin-top: 10%;
    width: 35px;
}
.footerlogo:hover{
    cursor: pointer;
    zoom: 130%;
}
.end{
    background-color: rgb(173, 245, 245);
    margin-top: 1%;
    align-items: center;
    display: ruby;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
    
}


body {
    line-height: 1.5;
    overflow-x: hidden;
  }
