html {
  margin: 0;
  padding: 0;
  background: #09b0c5;
}
body {
  background: #09b0c5;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: arial, sans-serif;
  scrollbar-width: none; 
}
body::-webkit-scrollbar{
  display:none;
}
#gameboy_container{
  transform-origin: top;

}
#full_container{
  text-align: center;
  background: #191919;
  width: 100%;
}
.button {
  padding: 2px 4px;
  border-radius: 4px;
  cursor: pointer;
  border: 0;
}
#gamepad_info {
  color: chocolate;
  padding-right: 8px;
  cursor: pointer;
}
#gamepad_cont{
  width: fit-content;
  margin: auto;
}
#setteings {
  vertical-align: middle;
  padding: 4px;
  cursor: pointer;
}
#speed {
  vertical-align: middle;
  margin-left: 18px;
  width: 150px;
}
#output {
  width: 480px;
  height: 432px;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
.button_div{
  margin: 18px;
}
.button_div select{
  font-size: 15px;
}
.warpdiv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -500px;
  color: #777;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  font-size: 13px;
  transition-property: left;
  transition-duration: 0.3s;
}
.warpcontainer {
  position: relative;
  background-color: #fff;
  color: black;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  padding: 18px 12px 42px 12px;
  width: 84%;
  left: 8%;
  top: 36px;
  box-shadow: rgb(0 0 0 / 40%) 0px 0px 6px;
  overflow-y: auto;
  z-index: 1000;
  box-sizing: border-box;
  padding-left: 18px;
}
#gamepad_name {
  padding: 18px 4px 8px 4px;
  color: deeppink;
}
#zoom_select{
  font-size: 15px;
}
.keyhelp label {
  width: 200px;
  display: inline-block;
  text-align: right;
}
.ctrl_div {
  text-align: center;
  background: content-box;
  color: #999;
  line-height: 22px;
  background: #191919;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  color: black;
  background-color: dodgerblue;
  display: inline-block;
}
.github a {
  float: left;
  color: cornflowerblue;
  text-decoration: none;
  font-size: 12px;
}
#output{
  width: 100%;
  height: 100%;
}

button:focus {
  outline: 0;
}










