body{
  font-family: 'Cutive Mono', monospace;
  background: whitesmoke;
  font-size: 16px;
}

section{
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 640px;
  height: 100vh;
}

a,
a:hover{
  color: #ffa90a;
}

.center{
  text-align: center;
}

.intro{
  padding-top: 50px;
  margin: 0px auto;
}
.intro p{
  margin: 0;
}

.intro h1{
  font-size: 2.1em;
  margin-top: 0;
  margin-bottom: 50px;
}

.intro h1 a{
  text-decoration: underline;
}
.intro h1:hover{
  color: #ffa90a;
}