html,
body {
  background-color: hsl(218, 23%, 16%);
  height: 100%;
}

#container {
  height: 100vh;
  position: relative;
}

.card-body {
  margin-top: 5%;
  padding: 0;
  margin-bottom: 5%;
}

.dice-btn {
  background-color: hsl(150, 100%, 66%);
  border: none;
  border-radius: 50%;
  height: 65px;
  width: 65px;
}

.dice-btn:hover {
  box-shadow: 0px 0px 18px 8px hsl(150, 100%, 66%);
}

.dice-img {
  height: 30px;
  width: 30px;
}

.divider-div {
  padding: 0 2.5rem;
  width: 100%;
}

.main-card {
  background-color: hsl(217, 19%, 24%);
  border-radius: 20px;
  width: 35rem;
}

.mobile-divider {
  color: white;
  display: none;
  margin-bottom: 1rem;
  padding: 0 1rem;
  width: 100%;
}

#btn {
  left: 0;
  position: relative;
  top: 30px;
}

.title-text {
  color: hsl(150, 100%, 66%);
  font-family: 'Manrope', sans-serif;
  font-size: smaller;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.body-text {
  color: hsl(0, 0%, 100%);
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  margin: 0;
}

.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

@media screen and (max-width: 600px) {
  .body-text {
    color: hsl(0, 0%, 100%);
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    margin: 0;
  }
  .mobile-divider {
    display: flex;
  }
  .card-body {
    padding: 0;
  }

  .divider-div {
    display: none;
  }

  .main-card {
    background-color: hsl(217, 19%, 24%);
    border-radius: 20px;
    width: 35rem;
  }


}
