/*
File: style.css
Author: Gijs de Jong
*/

body {
  transition: 0.5s;

  background-color: #fff;
}

#wrapper {
  display: none;
  overflow: hidden;

  width: 100%;
  height: 100vh;

  white-space: normal;
  word-break: break-all;
}

p {
  font-family: "Inconsolata";
  font-size: 3.92vw;

  display: inline;

  cursor: pointer;
}
