.header-back {
  background-color: rgba(255, 255, 255, 0.75);
  color: rgba(255,255,255,0.25);
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.75), 0px 1px 3px rgba(255,255,255,1);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-weight: bold;
  text-decoration: none;
}
.header {
  padding: 8px; /* (9 / 16) * 100 */
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}
body {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
* {
  font-family: Manrope, Karla;
}
.story-body > * {
  padding: 8px 32px;
}
.story-app-section {
  display: flex;
  background-color: #c5c5c515;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 24px;
  border-radius: 16px;
  
}
.story-app {
  display: inline-block;
  text-decoration: none;
  color: #535353;
  padding: 8px;
  border-radius: 6px;
  width: calc(100% - 16px);
}
.story-section-apps {
  width: 100vw;
  border-radius: 12px;
  background-color: #c5c5c515;
  padding: 16px;
}
.story-section-text {
  width: 100vw;
  padding: 16px;
}
.story-app-section h2 {
  margin-top: 0px;
  margin-bottom: 8px;
}
.story-app img {
  margin-right: 8px;
  vertical-align: middle;
}
.story-app:hover {
  background: #c5c5c533;
}
