body {
  font-size: 2vw;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #303030;
  background-color: #fff;
  text-align: center;
  padding: 25% 0 0;
  padding: 20vh;
}

h1 {
  text-transform: uppercase;
  font-size: 1.5em;
}

h1 a {
  color: inherit;
  text-decoration: none;
}

.answer, .tweetit {
  font-size: 1.25em;
}

.negative, .tweetit {
  margin-bottom: 5em;
  font-size: 1.25em;
}

a {
  color: #282828;
}
