body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
}

.bg {
  /* The image used */
  background-image: url("../images/background.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.input_container {
  position: fixed;
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 0px;
  inset: 0px;
  width: 300px;
  height: 60px;
  max-width: 100vw;
  max-height: 100dvh;
  margin: auto;
  margin-right: 7vw;
  text-align: center;
}

#input {
  border: 0;
  padding: 10px;
  display: flex;

  font-size: 20pt;
  text-align: center;
  color: #00a2ff;
}

*:focus {
  outline: none;
}
