body {
  background-color: aquamarine;
}

.buddhist-madlibs-wrapper.container {
  background: top right no-repeat url("../assets/nine.png");
  background-size: 10%;
}

h1,
h2,
.madlibs {
  font-family: "Otomanopee One", sans-serif;
}

.madlibs {
  text-transform: uppercase;
}

.sgi {
  background: linear-gradient(
    to right,
    #ef5350,
    #f48fb1,
    #7e57c2,
    #2196f3,
    #26c6da,
    #43a047,
    #f9a825,
    #ff5722
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rules {
  font-weight: bold;
  font-variant: small-caps;
}

form,
.display-libs {
  background-color: rgba(100, 155, 74, 0.2);
}

form {
  padding-bottom: 5px;
}

.num {
  font-size: 2.5em;
  margin-left: -20px;
}

label {
  width: 100%;
  font-weight: bold;
}

.speech,
.cite {
  font-style: italic;
}

.display-libs {
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid white;
}

.display-libs span[id*="lib"] {
  color: orange;
  font-weight: bold;
}

#taste-lib1 {
  text-transform: capitalize;
}

.sgi,
#submit,
#reset,
.display-libs,
.verse1,
.verse2,
.verse3,
.scroll,
#bio {
  display: none;
}

/* Tablet and up */
@media screen and (min-width: 768px) {
  .container {
    margin-top: 80px;
    background-size: 25%;
    background-position: top right;
  }
  form {
    border: 1px solid white;
    border-radius: 10px;
    padding: 20px 10px 5px;
  }
  .num {
    padding-right: 10px;
  }
  label {
    width: 15%;
    display: flex;
    flex-direction: column;
  }
  .inputs-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .display-libs {
    width: 50%;
    margin: auto;
  }
  .btn-more {
    padding-bottom: 13px;
  }
}
