body {
  width: 100%;
  height: 100%;
  margin: 0px;
}

.gwd-iframe {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
}
details{
width: 450px;

}
details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

summary{
    text-align: center;
    font-size: 35px;
    background: none;
    border-color: rgb(229, 255, 0);
    border-style: solid;
  border-width: 5px;
  cursor: pointer;
  margin-top: 10px;
  color: rgb(229, 255, 0);
  border-radius: 35px;
  height: 45px;
  padding-top: 5px;
  
}


.gmmmenu {
  position: fixed;
display: fixed;
  bottom: 0px;
left: 0%;
  width: 100%;
  height: 50px;
}

.menu {
  position: fixed;
display: fixed;
  top: 0px;
left: 0%;
  width: 100%;
  height: 30px;
}


input{
  color: rgb(229, 255, 0);
width: 280px;
height: 40px;
background-color: black;
border-style: solid;
  border-width: 5px;
text-align: center;
border-radius: 20px;
border-color: rgb(229, 255, 0);
}

button{
  color: rgb(229, 255, 0);
  width: 200px;
  height: 40px;
  background-color:rgb(0, 0, 0);
  border-color: rgb(229, 255, 0);
  border-style: solid;
  border-width: 5px;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;

}

::placeholder { 
  color: rgb(229, 255, 0); 
}




@media screen and (max-width: 600px) {
details img{
width: 30px;
}

summary{
  text-align: center;
  font-size: 20px;
  height: 25px;

}

details{
  width: 250px;
  
  }


  input{
  width: 200px;
  height: 30px;
  font-size: 10px;
  
  }
  
  button{
    width: 120px;
  
    font-size: 9px;
  
  }


  
  
}



