html {
  background-color: #000000;
  color: #cdcdcd;
  text-align: center;
  font-size: 16px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
header {
  margin-top: 40px;
}
header img {
  width: 180px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  margin-left: 20px;
  margin-right: 20px;
}
main {
  display: flex;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.3;
}
footer {
  margin-bottom: 40px;
  line-height: 1.5;
}
p {
  margin-top: 0;
  margin-bottom: 40px;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  text-align: center;
  padding: 0 15px;
  margin: 0;
  list-style: none;
}
ul li {
  display: inline-block;
  white-space: nowrap;
}
ul li:before {
  content: "";
  padding-right: 4px;
}
ul li:after {
  content: "\00a0\00b7";
  padding-left: 3px;
}
ul li.firstdot:before,
ul li:first-child:before {
  content: "\00b7\00a0";
  color: transparent;
}
ul li.lastdot:after,
ul li:last-child:after {
  color: transparent;
}
@media screen and (min-width: 64em) {
  header {
    margin-top: 70px;
  }
  header img {
    width: 280px;
  }
  footer {
    margin-bottom: 70px;
  }
  main {
    font-size: 20px;
  }
}
