* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
/* 
html {
  background-color: white;
} */

a,
a :visited {
  color: darkorange;
}

body {
  display: flex;
  flex-direction: column;
  background-color: black;

  color: white;
  width: 800px;
  margin: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border-radius: 15px;
}

main {
  display: flex;
  flex-direction: column;
  height: 80px;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

section {
  display: flex;
  flex-direction: column;
  height: fit-content;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

img {
  /* background-color: white; */
  width: 150px;
}

/* slot css */

.slottt-machine-recipe {
  margin: 0px auto;
  width: 800px;
  margin-top: 20px;
  height: 100px;
  background-color: white;
  color: black;
  border-radius: 25px;
}

.slottt-machine-recipe__mask {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  /* height: 150px; */
  overflow: hidden;
  position: relative;
  /* display: inline-block; */
  /* margin-bottom: -40px; */
  justify-content: center;
  /* align-items: center; */
  margin: 0 0 -40px 0;
}

.slottt-machine-recipe__items_container {
  position: absolute;
}

.slottt-machine-recipe__item {
  min-height: 150px;
  max-height: 150px;
  width: fit-content;
  margin: 0px;
  padding: 0px;
  background-size: contain;
}

/* Typography */

.recipe_if,
.recipe_then {
  font-weight: bold;
  font-size: 4vw;
}

/* 

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

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

*/

@media screen and (max-width: 430px) {
  body {
    width: auto;
    box-shadow: none;
  }

  h1 {
    font-size: 3.5vh;
  }

  h2 {
    font-size: 3.2vh;
  }

  main {
    display: flex;
    flex-direction: column;
    height: 100px;
    align-items: center;
    justify-content: center;
    padding: 30px 30px 10px;
  }

  footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: fixed;
    bottom: 0%;
  }

  footer p {
    padding: 20px 30px;
    /* text-align: justify; */
  }

  footer > p:last-child {
    margin: 0 6vh;
    border-top: 1px solid darkorange;
  }

  img {
    /* background-color: white; */
    width: 100px;
  }

  .recipe_if,
  .recipe_then {
    font-weight: bold;
    font-size: 6vw;
  }
  #eightball {
    padding: 20px 20px;
  }

  #click {
    padding: 20px 20px;
  }

  .slottt-machine-recipe {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    margin: 0px auto;
    width: 80%;
    /* margin-top: 10px; */
    height: 40px;
    border-radius: 10px;
    background-color: white;
    color: black;
    align-content: center;
  }

  .slottt-machine-recipe__mask {
    display: flex;
    /* flex-direction: column; */
    width: 100%;
    /* height: 150px; */
    overflow: hidden;
    position: relative;
    /* display: inline-block; */
    /* margin-bottom: -40px; */
    justify-content: center;

    margin: 0;
  }

  .slottt-machine-recipe__items_container {
    position: relative;
    height: 80px;
  }
  .slottt-machine-recipe__item {
    min-height: 150px;
    max-height: 150px;
    width: fit-content;
    margin: 0px;
    padding: 0px;
    background-size: contain;
  }
}
