@media only screen and (max-width: 600px) {
  body {
    width: 100%;
  }
}

@font-face {
  font-family: GraublauWeb;
  src: url("./fonts/AkzidGroStdReg.otf") format("opentype");
}

body {
  font-family: Akzidenz-Grotesk;
  font-family: 'Courier New', Courier, monospace;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
}

#contact {
  letter-spacing: 0.32px;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  word-spacing: -3px;
}

a {
  color: black;
}

#copy {
  margin-top: 12px;
  font-size: 14px;
}

#copy p {
  margin: 0;
}

p#copy1 {
  /* word-spacing: 60px; */
  /* text-align: justify; */
  letter-spacing: 2.2px;
}

p#copy2 {
  letter-spacing: 2.2px;
}

p#copy3 {
  letter-spacing: 2.2px;
}

#content {
  margin-top: 10vw;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  height: 300px;
}