* {
  font-family: Arial, Helvetica, sans-serif;
}

html {
  height: 100vh;
}

.h3 {
  font-size: 45px;
}

.list-group-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px;
  font-size: 18px;
}

.custom-item.list-group-item:hover {
  text-decoration: underline;
  color: #0d6efd;
}

.card-body,
.card-body,
.activeListarea {
  min-height: 70vh;
}

#activeList {
  font-size: 30px;
}

#animate {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-image: url("../assets/images/4-confetti-background-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999;
  display: none;
  top: 0;
}
