body {
  font-family: "Work Sans", serif;
  font-optical-sizing: auto;
  padding: 0;
  margin: 0;
}

.justify { text-align: justify !important; }

.dropdown a, .footer-background a, .site-footer a, .simple-site-footer a,
#forgotpasswordtext a, #forgotsuccess a, #featureregister a, #indexfeaturelink a {
  text-decoration: none;
}

.whitespacepreserve {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

#backgroundimage {
  background-image: url("strabo-background.png");
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
}

#infoboxcontainer {
  margin-left: auto;
  margin-right: auto;

  @media (max-width: 575.98px) {
    margin: 10px;
    padding: 10px;
  }
  @media (min-width: 576px) {
    padding: 40px;
    width: 60%;
  }
}

#infobox {
  background-color: rgba(0, 0, 255, 0.50);
}