@import url("https://fonts.googleapis.com/css?family=Roboto");
body {
  font-family: 'Roboto', sans-serif; }

.wrapper {
  max-width: 640px;
  margin: 0 auto; }

div, body > p {
  margin: 75px 0; }

[data-easy-reveal] {
  padding: 25px;
  background: #e1e1e1;
  border-radius: 7px; }
