

html, body {
  background-color: dimgray;
  margin-top: .3%;
  margin-bottom: .5%;
  margin-left: 0;
  margin-right: 0%;
}

div.login {
  display:inline-flex;
  justify-content: right;
  font-family: Arial;
  font-size: 10pt;
  color: rgb(102, 195, 202);
  float: right;
}

input.login {
  color: rgb(56, 59, 66);
  height: 1em;
  width: 6em;
  border: none;
}

button.login {
  margin: 0;
  border: none;
  height: 1.5em;
  width: 2em;
  background-color: inherit;
}

#marker {
  display:inline-flex;
  justify-content: center;
  height: 1.2em;
  width: 2em;

}

#background {
  width: 100%;
}

