.slottt-machine-recipe {
  margin: auto;
    height: 150px;
    position: relative;
}


.slottt-machine-recipe__mask {
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.slottt-machine-recipe__items_container {
    position: absolute;
    width: 100%;

}

.whitespace {
    height: 150px;
}

.center {
  margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slottt-machine-recipe__item {
    min-height: 150px;
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    background-size: contain;
    text-align: center;
}
#generator {
    height: 150px;
    position: relative;
}
#generate {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* Typography */

body {
  font-family: Helvetica, Arial, sans serif;
    margin: auto;
    max-width: 2000px;
}

h4 {
    font-weight: bold;
}

h2 {
    text-align: left;
}


.recipe_if, .recipe_then {
    font-weight: bold;
    font-size: 120px;
}

.tagline {
  font-weight: normal;
  font-size: 24px;
}

a {
 font-weight: bold;
 text-decoration: none;
 color: #33CCFF;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

h4 {
    font-weight: bold;
}