@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=latin-ext');

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14pt;
  font-weight: 300;
  color: #e6e6e6;
  background-color: #383C48;
}

main {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}

#logo {
  width: 100%;
  overflow: hidden;
  text-indent: -999px;
  background-image: url(logo_full.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#address, #contact, #legal {
  text-align: center;
  margin-top: 1.5em;
  line-height: 1.5em;
}

a, a:visited {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}

a:hover, a:visited:hover {
  text-decoration: none;
}