@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  background-color: #8839ef;
  font-family: 'Poppins';
  user-select: none;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #8839ef;
  color: white;
  width: 100%;
  height: 100vh;
  gap: 2rem;
}

.avg-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  border-radius: 10px;
  font-size: 1rem;
  color: white;
  flex: 1;
  height: 80vh;
  background-color: #8839ef;
}

span {
  font-size: 3rem;
}

.keterangan {
  font-size: 1.5rem;
}

.swal2-title {
  color: white !important;
  padding: 1.5rem;
}

.swal2-input-label {
  background-color: white !important;
}

.swal2-actions {
  background-color: white !important;
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8839ef;
  color: white;
  width: 100%;
  height: 10vh;
  gap: 2rem;
  font-size: 0.5rem;
}
