@font-face {
  font-family: "Anonymous Pro";
  src: url("fonts/AnonymousPro-Regular.woff2") format("woff2"),
       url("fonts/AnonymousPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


      body {
        background-color: black;
        color: white;
      }
      
      .container {
        display: flex;
        justify-content: center;
        align-items: left;
        flex-direction: column;
		font-family: "Anonymous Pro", monospace;
      }
      
      h1, h2, h3, .address {
        font-size: calc(4px + 1vh);
        margin-top: 0.5em;
        font-family: "Anonymous Pro", monospace;
      }

      div {
        font-size: calc(3px + 1vh);
        margin-top: 0.5em;
        font-family: "Anonymous Pro", monospace;
        color: white

      }
      footer-container {
        position: fixed;
        bottom: 0;
        width: 100%
        text-align: left;
	font-family: "Anonymous Pro", monospace;
      }



.link {
  color: white;
  text-decoration: underline;
}

ul {
  list-style-type: square;
}