@font-face {
    font-family: 'Neuland Inline';
    src: url('../fonts/NuelandInlD.otf') format('opentype');
}

body {
    background: rgb(243, 234, 219);
    font-family: "Neuland Inline", sans-serif;
    font-size: 24pt;
}

#us {
  margin-top: 20px;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#logo {
    height: 512px;
    width: 512px;
    object-fit: contain;
    display: block;
}

#us p {
    max-width: 575px;
    text-align: center;
    margin-top: .4em;
    margin-bottom: .4em;
}

.address {
    font-style: 110%;
}

a {
  text-decoration: underline;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  color: #254117;
}

a:active {
  color: #7EB581;
}