html {
  font-family: STARWARS;
}

audio {
  display: none;
}
.wrapper {
  padding-bottom: 20px;
}
.btn {
  background-color: #007dc1;
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  border-radius: 3px;
  border: 1px solid #124d77;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  color: #fff;
  cursor:pointer;
  font-size: 35px;
  line-height: 1;
  padding: 76px 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
  text-transform: uppercase;
  width: 100%;
}

.quotes {
  background-color: #7d5d3b;
  background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
  border: 1px solid #54381e;
  box-shadow: inset 0px 1px 0px 0px #a6827e;
}

.insults {
  background-color: #d0451b;
  background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
  border: 1px solid #942911;
  box-shadow: inset 0px 1px 0px 0px #cf866c;
}
