

html {
  height:98%;
}
body {
  height:98%;
  background-color:#000000;
  font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
  display: flex;
  flex-direction: column;
}

.quote {
  color:#BBBBBF;
}

.quote_bold {
  font-weight:bold;
  color:#DDDDDD;
}

.gradient {
  background-image:
    radial-gradient(
      #222222,
      #000000
    );
}

a {
    color:#eeeeee
}

.content {
    flex-grow: 1;
}
