@font-face {
  font-family: 'Avenir Next LT Pro Regular';
  src: url('fonts/Avenir Next LT Pro Regular.otf') format('opentype');
}

html {
  background-color: #252525;
  height: 100vh;
}

body {
  font-family: 'Avenir Next LT Pro Regular', Arial, sans-serif;
  margin: 60px auto;
  padding: 0 20px;
  max-width: 700px;
  line-height: 1.6;
}

h1 {
  color: #f2efeb;
  font-weight: 100;
  font-size: 3.5em;
}

h2 {
  color:rgba(242, 239, 235, 0.8);
  font-weight: 100;
  font-size: 2.6em;
  margin: 0;
}

.para-404 {
  margin: 0;
  font-size: 1.5em;
}

@media (max-width: 600px) {
  h1 {
    font-size: 2.5em;
  }
  p {
    font-size: 0.9em;
  }
}

p {
  color: #efeee9;
  font-size: 1.2em;
  letter-spacing: 0.4px;
  padding-top: 20px;
}

a:link {
  color: #efeee9;
  text-decoration: underline
}

a:visited {
  color: #efeee9;
}

a:hover {
  color: #cfcdc4;
}

a:active {
  color: #efeee9;
}

.links {
  display: flex;
  align-items: center;
  font-size: 1.3em;
  padding: 20px 0px;
  flex-wrap: wrap;
}

.links a {
  color: #efeee9;
  text-decoration: underline;
  padding: 0 10px;
  border-left: 1px solid #efeee9;
  line-height: 1.1;
  margin: 5px 0px;
}

.links a:first-child {
  border-left: none;
  padding-left: 0px;
}

.links a:hover {
  color: #cfcdc4;
}
