#button1000 {
    transition-duration: 0.4s;
    background-color: #04AA6D;
    color: white;
    border-radius: 8px;
    font-size: 16px;
  }
  
  #button1000:hover {
    background-color:rgb(255, 255, 255); /* Green */
    color: black;
    border-color: #04AA6D;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    cursor: pointer; /* Change cursor to pointer */
  }
  #button2000 {
    transition-duration: 0.4s;
    background-color: #04AA6D;
    color: white;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer; /* Change cursor to pointer */
  }
  
  #button2000:hover {
    background-color:rgb(255, 255, 255); /* Green */
    color: black;
    border-color: #04AA6D;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }

#header {
    border-radius:8px;
    font-family:Arial;
    padding: 14px 40px;
    background-color: #04AA6D;
    transition-duration: 0.4s;
}
#header:hover {
    background-color:rgb(255, 255, 255); /* Green */
    color: black;
    border-color: #04AA6D;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    padding: 28px 80px;
    font-size: 45px;
}
#input {
    width: 32%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    color:rgb(119, 119, 119)
  }
  #input1 {
    width: 32%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    color:rgb(0, 0, 0)
  }
  #button1 {
    transition-duration: 0.4s;
    background-color: #04AA6D;
    color: white;
    border-radius: 8px;
    font-size: 30px;
    cursor: pointer; /* Change cursor to pointer */
  }
  
  #button1:hover {
    background-color:rgb(255, 255, 255); /* Green */
    color: black;
    border-color: #04AA6D;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }
  #button2 {
    transition-duration: 0.4s;
    background-color: #04AA6D;
    color: white;
    border-radius: 8px;
    font-size: 30px;
    cursor: pointer; /* Change cursor to pointer */
  }
  
  #button2:hover {
    background-color:rgb(255, 255, 255); /* Green */
    color: black;
    border-color: #04AA6D;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }
#langdropdown {
    color:rgb(0, 0, 0);
    font-size: 16px;
    font-family: Arial;
  }
  #dropdown {
    width: 200px; /* Set the width of the dropdown */
    padding: 10px; /* Add padding for better spacing */
    font-size: 16px; /* Adjust font size */
    border: 2px solid #ccc; /* Add a border */
    border-radius: 5px; /* Round the corners */
    background-color: #04AA6D; /* Set background color */
    color: #ffffff; /* Set text color */
    cursor: pointer; /* Change cursor to pointer */
    transition-duration: 0.4s; /* Add transition for hover effect */
    border-radius: 8px; /* Round the corners */
    font-family: Arial; /* Set font family */
}

#dropdown:hover {
    border-color: #04AA6D; /* Change border color on hover */
    background-color: #fff; /* Change background color on hover */
    color: #000000; /* Change text color on hover */
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

#dropdown option {
    background-color: #04AA6D; /* Background color for options */
    color: #ffffff; /* Text color for options */
}
#eastereggtext1 {
    color:rgb(0, 0, 0);
    font-size: 30px;
    font-family: Arial;
}
#eastereggtext2 {
  color:rgb(0, 0, 0);
  font-size: 30px;
  font-family: Arial;
}