@font-face {
  font-family: Roboto;
  src: url(roboto-regular.ttf);
}

@font-face {
  font-family: Righteous;
  src: url(righteous-regular.ttf);
}

html, body {
  margin: 0;
  padding: 0;
  color: #ddd;
  background: #1c1c1c;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
}

body {  border: 5px solid #383838; }

h3 {  font-family: 'Righteous', sans-serif; }

p { padding-left: 20px; }

#p5_loading {
  position: absolute;
  width: 400px;
  top: 20px;
  margin: 20px auto;
  font-size: 3em;
}

#main {
  display: block;
  margin: 0 auto;
  width: 1200px;
}
  
canvas {
  z-index: 1;
  display: block;
  margin: 0 auto;
  border: 5px solid #383838;
}

a {
  color: #fed;
}

#startButton, #endButton, #nextButton {
  font-family: 'Righteous', sans-serif;
  z-index: 1000;
  position: absolute;
  top: 500px;
  left: 50%;
  width: 400px;
  margin: 0 0 0 -200px;
  padding: 10px 40px;
  background: #ffab00;
  border-top: 2px solid #eee;
  border-left: 2px solid #eee;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  color: #4f69a8;
  font-size: 1.8em;
  border-radius: 12px;
}

#nextButton { top: 200px; } 
#endButton  { top: 600px; }

#startButton:hover, #endButton:hover, #nextButton:hover {
  background: #4f69a8;
  color: #ffab00;
}

#codebug {
  display: block;
  margin: 50px auto;
}

#content {
    margin: 30px auto;
    width: 760px;
}