html,body {
  font-family: 'Raleway', sans-serif;
  padding: 1em 2em;
  font-size: 18px;
  background: #050012;
  color: #b3bab3;
}

h1,h2 {
  font-weight: 200;
  margin: 0.4em 0;
}
h1 { font-size: 3.0em; }
h2 {
  color: #888;
  font-size: 1,9em;
}

@media only screen and (max-width: 600px) {
  html,body {
    font-family: 'Raleway', sans-serif;
    padding: 1em 2em;
    font-size: 14px;
    background: #050012;
    color: #b3bab3;
  }
  
  h1,h2 {
    font-weight: 200;
    margin: 0.4em 0;
  }
  h1 { font-size: 2.0em; }
  h2 {
    color: #888;
    font-size: 1,4em;
  }
}

/* unvisited link */
a:link {
  color: #3d9600;
}

/* visited link */
a:visited {
  color: #3d9600;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
}

.footer {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 100%;
  /* background-color: red; */
  color: #464f55;
  text-align: left;
  font-size: 9px;
}

.rolling-title {
  height: 200px;
  width: 100%;
}