body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.75em;
	font-size: 16px;
	background-color: #222;
	color: #aaa;
}
h1 {
color: orange;
text-align: center;
font-size: 48px;
}

h2 {
color: orange;
text-align: center;
}

div.content {
text-align: center;
font-size: 20px;
}

button {
  background-color: orange;
  border: none;
  color: #222;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 5px;
}

button.ready {
  background-color: teal;
}

button.active {
color: orange;
border: 5px solid teal;
background-color: #222;
}

input[type = form] {
  border: none;
  color: #222;
  background-color: #aaa;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 5px;
}

div.description {
    min-width: 500px;
    max-width: 50%;
    margin: 0 auto;
}

p.description {
    text-align: left;
}

p.back {
position: fixed;
bottom: 0;
width: 100%;
text-align: left;
}
