
.feature-title {
  text-align: center;
  font-family: hayate, conthrax-sb, sans-serif;
  font-size: 6vmin;
  background: -webkit-linear-gradient(#fdd923, #fdb91a, #cd7d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.inline{
  width:100%;
  height:auto;
  display:flex; 
  justify-content: center;
} 

.rules {
  max-width: 600px;
}
.rule-text {
  margin: 5px 0;
}
.feature-text {
  width: 100%;
  margin: 25px auto;
  max-width: 600px;
}

.empty-divider {
  height: 5vmin;
  width: 100%;
}

.feature-explanation {
  position: relative;
}
