@font-face {
  font-family: "Custom";
  src: url("../fonts/file.woff2");
}
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  background-color: #19191e;
  flex: 1;
}

main .container {
  display: flex;
  color: #fff;
}

main .content {
  text-align: center;
  display: flex;

  flex-direction: column;
  justify-content: center;
}
main .content span {
  font-size: 1.5rem;
  display: inline-block;
}
main .content .title {
  font-family: "Custom";
  font-size: 4.5rem;
  display: inline-block;
}
.container {
  max-width: 980px;
  margin: 0 auto;
}

header {
  background-color: #0c0c0d;
  font-size: 1.85rem;
  color: #fff;
  padding-bottom: 1rem;
}

header h1 {
  font-family: "Custom";
  margin: 0;
}
header span {
  font-size: 1.5rem;
  font-family: Helvetica, sans-serif;
}
footer {
  background-color: #0c0c0d;
  text-align: center;
  padding: 1rem;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-family: "Custom";
  font-size: 1.6rem;
}
