html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-image: url("../Map.jpg");
  background-color: black;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center; /* Add this line */
  color: white;
  font-size: 15px;
  font-weight: bolder;
  font-family: korolev, Helvetica Neue, Helvetica, Arial, sans-serif;
}
#message {
  margin-top: 1em;
}