html {
  scroll-behavior: smooth;
}
.custom-shape-divider-top-1612722172 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1612722172 svg {
  position: fixed;
  display: block;
  width: calc(226% + 1.3px);
  height: 400px;
  z-index: -1;
}

.custom-shape-divider-top-1612722172 .shape-fill {
  fill: #7971ea;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.title {
  width: 100%;
  height: 8rem;
}
.title h1 {
  text-align: center;
  padding-top: 2rem;
  font-size: 4rem;
  font-family: "Asap", sans-serif;
}

.dice-cointainer {
  display: flex;
  flex-direction: row;
}
.dice {
  width: 50%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.dice p {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  font-family: "Potta One", cursive;
}
.dice img {
  width: 50%;
}
.btn-results {
  text-align: center;
}
.btn-results #result {
  padding-bottom: 1rem;
  font-family: "Lemonada", cursive;
}
.btn-results button {
  text-decoration: none;
  background-color: blanchedalmond;
  padding: 6px;
  border: 3px solid black;
  border-radius: 15px;
  color: black;
  font-family: "Potta One", cursive;
  cursor: pointer;
  outline: none;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.75);
}
.btn-results button:active {
  box-shadow: none;
  /* opacity: 0.8; */
  transform: translate(0, 2px);
}
.btn-results button:hover {
  background-color: white;
}
.dice-1,
.dice-2 {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin: 3rem;
  z-index: 1;
}
