@font-face {
  font-family: 'AUTHENTICSans-90';
  src: url(AUTHENTICSans-90.otf) format('opentype');
}

body {
  padding: 30px;
  margin: 0;
}

p {
  font-family: Courier;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 17px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 50px;
  margin: auto;
}

@media (max-width: 900px) {
  .page{
  grid-template-columns: 1fr 1fr;
  }
}

.content {
  margin: auto;
}

.content img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

body {
  padding: 30px;
  margin:0;
}

h1 {
  font-family: 'AUTHENTICSans-90';
  font-weight: 200;
  font-size: 17px;
  letter-spacing: 0.035em;
  margin-bottom: 30px;
  margin-top:0;
}

p {
  font-family: 'AUTHENTICSans-90';
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 17px;
}

a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

a:active {
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'AUTHENTICSans-90';
  line-height: 16px;
  text-decoration: none;
}

figcaption {
  font-family: 'AUTHENTICSans-90';
  color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  margin-top: 6px;
  margin-bottom: 60px;
  text-align: right;
}

.about-link:link,
.about-link:visited {
  text-decoration: underline 2px dotted rgba(0, 0, 0, 0.7);
  text-underline-offset: 3px;
  position: fixed;
  bottom: 12px;
}

.footer {
  font-family: 'AuthenticSans-90';
  padding: 0;
  font-size: 11px;
  position: fixed;
  bottom: 10px;
  left: -10px;
  width: 100%;
  text-align: right;
  letter-spacing: 0.05em;
  color: rgb(67, 67, 67);
}