body {
  background: #f9f9f9;
  font-family: sans-serif;
}

.content {
  position: relative;
  font-size: 20px;
  padding: 40px;
}

ul {
  margin: 40px 20px;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
}

#overlay {
  background: rgba(200, 200, 200, 0.7);
  bottom: 0;
  display: none;
  font-size: 20px;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 80px 40px 40px;
  position: fixed;
  right: 0;
  top: 0;
}

body.overlay-open #overlay {
  display: block;
}

.close {
  background: none;
  color: black;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 40px;
}
