* {
  padding: 0;
  margin: 0;
}

.container {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.age-container {
  padding: 5rem;
  width: 60%;
  background-color: white;
  border-radius: 0.5rem 0.5rem 35% 0.5rem;
}

button > img {
  border: none;
  border-radius: 50%;
  background-color: #874EFE;
  padding: 1.5rem;
}

.error-message{
  font-family: "poppins";
  color: rgb(255, 64, 0);
  font-weight: 500;
}

.submit-btn {
  border: none;
  background-color: white;
}

.date-input {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
}
.date-input div {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "poppins";
}

.date-input div label {
  text-align: left;

}
input {
  width: 80px;
  padding: 15px;
  text-align: center;
  font-size: 22px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-weight: bold;
}

.custom-line {
  width: 100%; /* Lebar garis */
  height: 0.5px; /* Ketebalan garis */
  background-color: black; /* Warna garis */  
}

.button-section  {
  display: flex;
  align-items: center;
  gap: 5px;
}

.button-section button:hover{
  cursor: pointer;
}

.date-result{
  font-weight: bold;
  font-size: 6em;
  font-family: 'poppins';
  font-style: italic;
  line-height:7rem;
}
.date-result  p span{
  color: #874EFE;
}
