@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
#h1 {
  font-family: 'Poppins';
  text-align: center;
  font-size: 40px;
  border-style: solid;
  border-width: 5px;
  border-color: black;
  border-radius: 12px;
  margin: 0;
}

body{
  margin:0;
  padding: 0;
    background-image: linear-gradient(125deg,#6a89cc,#b8e994);
}

#picmain{
  width: 200px;
  height: 200px;
  background-image: url(/img/abm.jpg);
  background-size: 100%;
  backdrop-filter: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 2px black;
}


.q {
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  text-align: center;background: #5BA4CF;
  background: black;
  color: #3891d9;
  border-style: solid;
  border-width: 4px;
  border-color: black;border-radius: 24px;
}

.qu {
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  text-align: center;background: #5BA4CF;
  background: black;
  color: #3891d9;
  border-style: solid;
  border-width: 4px;
  border-color: black;border-radius: 24px;
}

.que {
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  text-align: center;background: #5BA4CF;
  background: black;
  color: #3891d9;
  border-style: solid;
  border-width: 4px;
  border-color: black;border-radius: 24px;
}

#fq{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
    background-color: #62b595;border-radius: 12px;
}

#fqu{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
    background-color: #62b595;border-radius: 12px;
  
}

#fque {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
    background-color: #62b595;border-radius: 12px;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.8s;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
}

.button2 {
  background-color: white;
  color: black;
  border: 2px solid rgb(20, 137, 153);
  font-family:  'Oswald', sans-serif;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.button2:hover {
  background-color: rgb(26, 41, 64);
  color: white;
}


a {
  text-decoration-line: none;
}

#copy {
  color: mediumaquamarine;
  font-size: 14px;
  text-align: center;
  font-family: 'Montserrat', Impact;
}

.copy {
  background: black;
  text-align: center;
}



#h1 {
  background: blue url('/img/pexels-photo-7130555.jpeg');
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-top: 20px;
}

#gape{
  width: 200px;
  height: 100px;
  background-image: url(https://yt3.ggpht.com/tvf2kRn4TGbTqfXVODQzM-SBnkcn7zXRf1GnTRJ2uRuhpTdps85pSOeutxWxDx7Us2jFFMvZlPI=s900-c-k-c0x00ffffff-no-rj);
  opacity: 0;
}