body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 6vw;
  scroll-behavior: smooth; }

section {
  position: relative;
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; }

.black,
.black a {
  color: #FC0;
  background: #333; }

.yellow,
.yellow a {
  background: #FC0;
  color: #333; }

p {
  max-width: 60vw;
  margin: 0 auto;
  line-height: 140%; }

code {
  font-family: "Droid Sans Mono", monospace; }

.lead {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 115%; }

.credit {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0; }

.credit a {
  color: rgba(0, 0, 0, 0.25);
  padding: 0 0.5vw; }

.credit a:hover {
  color: rgba(0, 0, 0, 0.75);
  transition: 1s ease-out; }

.next a {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 4vw;
  height: 4vw;
  padding: 0 1vw; }
  .next a .arrow {
    display: block;
    border-right: solid 4px;
    border-bottom: solid 4px;
    transform: rotate(45deg);
    transform-origin: bottom right;
    margin-top: 0.5vw;
    margin-left: -0.5vw;
    width: 2vw;
    height: 2vw; }

@media (max-width: 480px) {
  section {
    font-size: 6.5vw; }

  p {
    font-size: 115%; }

  .next a {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 8vw;
    height: 8vw;
    padding: 0 2vw; }
    .next a .arrow {
      display: block;
      border-right: solid 4px;
      border-bottom: solid 4px;
      transform: rotate(45deg);
      transform-origin: bottom right;
      margin-top: 1vw;
      margin-left: -1vw;
      width: 4vw;
      height: 4vw; } }
@media (min-width: 1200px) {
  section {
    font-size: 5vw; } }

/*# sourceMappingURL=styles.css.map */
