@import url("https://fonts.googleapis.com/css?family=VT323");
@import url("https://fonts.googleapis.com/css?family=Press+Start+2P");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: #474744;
  color: #cdc99d;
  image-rendering: pixelated; }

body {
  font-family: 'VT323';
  font-weight: 300;
  font-size: 24px;
  text-shadow: 0 2px 0px #000;
  padding: 32px; }

h1, h2, h3, h4 {
  color: #ffd53e; }

h2 {
  font-size: 32px;
  margin-bottom: 16px; }

h1 {
  font-size: 32px;
  margin-bottom: 32px; }

.timeline {
  display: flex;
  flex-direction: column; }

.timeline > div {
  flex-basis: 0;
  margin-bottom: 48px; }
  .timeline > div video {
    border-radius: 8px;
    margin-bottom: 16px;
    height: 480px; }
  .timeline > div h2 {
    text-align: left; }

p {
  margin-bottom: 32px; }

.segments {
  display: flex; }
  .segments > div {
    margin-right: 16px;
    margin-left: 16px;
    flex-grow: 1;
    flex-basis: 0; }

pre {
  font-size: 15px; }

.question {
  opacity: 0.75; }
