html {
  font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 140%;
  line-height: 2.5;
}

html, body {
  margin: 0;
  padding: 0;
}

.content {
  width: 100%;
}

.section {
  margin: 20px 10px;
  max-height: 90vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.init-story {
  padding: 10px;
  border: 1px solid #2a93c6;
  border-radius: 3px;
  margin: 10px;
  cursor: pointer;
  color: #fff;
  background: #2a93c6;
  position: relative;
  text-decoration: none;
  font-size: 60%;
  transition: all .45s ease-in-out;
}

.slide {
  height: auto;
  width: 101vw;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width:1100px) {
  .content {
    margin: 0 auto;
	max-width: 1100px;
  }
}
