@media only screen and (max-width: 800px) {
#quote {
    position: absolute;
    top: 71px !important;
    left: 5px !important;
    height: auto !important;
    width: 69px !important;
    font-size: 10px !important;
     }

.modal-content{
    margin-top: 8%;
    padding: 0px important;
    
    }
#modal-content{
    padding: 0px;
    padding-top: 10px;
    border-radius: 24px important;
}
}


* {
    margin: 0px;
    padding: 0px;
}

.button2 {
    padding: 1%;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 15px;
    border-radius: 13px;
    background-color: deepskyblue;
    color: white;
    border: 3px solid double;
    transition-duration: 0.4s;
    cursor: pointer;
}

.bg-modal {
    width: 100%;
    height: 200%;
    background-color: rgba(0,0,0, 0.7);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    //align-items: center;
    display: none;
}

.button2:hover{
   background-color: black;
   }
  #quote2{
        padding-left: 1px;
        width: 130px;
   }
#gif{
     padding-top:20%;
     padding-bottom:4%; 
     float: left;
     width: 29%;
  }

  #gif2{
  	padding-top: 23%;
        padding-left: 0px;
        padding-bottom: 22px;
        float: left;
        width: 34%;
  }


   .bg-modal2{
  	width: 100%;
  	height: 200%;
  	background-color: rgba(0,0,0, 0.7);	
  	position: absolute;
  	top: 0;
  	display: flex;
  	justify-content: center;
  	align-items: center;
        display: none;
  }
  .modal-content{
  	width: 475px;
  	height: 537px;
  	background-color: #67A;
  	opacity: 1;
  	border-radius: 10px;
  	position: relative;
    text-align: center;
  	padding: 30px;
        margin-top: 50px;
  }

  #popupclose{
  	position: absolute;
  	margin-top: 8px;
  	right: 14px;
  	font-size: 30px;
  	cursor: pointer;
        width: 35px;
  }
  #popupclose2{
  	position: absolute;
  	margin-top: 8px;
  	right: 14px;
  	font-size: 30px;
  	cursor: pointer;
        width: 35px;
  }
  input{
  	width: 76%;
  	display: block;
  	margin: 14px auto;
  	border-radius: 5px;
  	  
  }
   form{
   	margin-top: 3%;
   }
  select{
  	width: 77%;
  	border-radius: 5px;
  }
  	
  #textarea{
  	padding: 18px;
        width: 303px;
        margin-left: 11px;
        
  } 
   textarea{
  	
           width: 317px;
           margin-left: 19px;
        
  }
.popbutton{
    width: 123px;
    height: 40px;
    background: #99FBFFFF;
    font-size: larger;
    border-radius: 21px;
    color: darkred;
    
}
.popupclose{
	position: absolute;
    top: 0;
    right: 14px;
    font-size: 23px;
    cursor: pointer;
    border-radius: 14px;
}
h3{
	font-family: cursive;
    color: white;
    font-size: 25px;
}
#quote
{    
    position: absolute;
    top: 205px;
    left: 200px;

}
#close{
    font-size: 23px;
    height: 38px;
    width: 40px;
    border-radius: 26px;
}
#robot{
     margin-left: 58px;
}
#mainbutton{
    font-weight: bold;
    border-radius: 10px;
    padding: 6px;
    background-color: lightgreen;
    transition-duration: 0.4s;
    cursor: pointer;
}
#mainbutton:hover{
    background-color: black;  
    color: white;


}
#ovedrlay{
{
    background: #000;
    height: 156%;
    width: 101%;
    position: absolute;
    opacity: 0.75;
}
 