@import url('https://fonts.googleapis.com/css?family=Poppins');

/* BASIC */

html {
  background-color: #000000;
}

body {
  font-family: "Poppins", sans-serif;
  height: 100vh;
  margin: 0;
  max-width: 100%;
}
  
iframe {
  display: block;
  width: 100vw;
  height: 100vh !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0;
  padding: 0;
  border: 0 none;
}
#console{
  width: 192px;
  height: 68px;
  padding: 0px;
  position: absolute;
  bottom: 5vh;
  right: 0;
}
.container img
{
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#request{
  width: 192px;
  height: 38px;
  padding: 0px;
  position: absolute;
  top: 0vh;
  right: 0;
}

#card{
  width: 576px;
  padding: 0px;
  position: absolute;
  bottom: 10vh;
  right: 0;
}