body {
    background-image: url(./assets/bg-dom.png);
    min-height: 100vh;
    background-position: center;
    display: flex;
    justify-content: center; 
    /* align-items: center;   */
    position: relative;
 
    
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    text-align: center;
  }

  footer {
    position: absolute;
    top: 100%;
    background-color: #528399;
    color: rgb(36, 43, 40);
    padding: 40px 20px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
    border-top: 3px solid #1d1b1b;
    width: 100%;}

    .form-text {
      text-align: center;
      font-size: 30px;
      font-family: monospace;
  margin-top: 10px;
  padding: 10px;
  margin-left: 5% ;
  margin-right: 5%;
  background-color: #f5f5f500;
  border-radius: 5px;
    }
 input  {
  
  margin: 10px auto;
  padding: 10px;
  
  border: 1px solid #ffffff;
  background-color: #6597b2c6;
  
}
  
    container {
        
        position: absolute;
        justify-items: center;
        align-items: center;
        top: 120px; /* Adjust the vertical position */
        left: 50%; /* Center it horizontally */
        transform: translateX(-50%); /* Ensure true horizontal centering */
        
        padding: 10px;
        width: 90%; /* Optional: Adjust width */
    }

    h1:timer-div {
        display: block;
        text-align: center;
        font: bold;
        font-size: 40pt
        background-color: red;
        
    }
    h1 {
        display: block;
        text-align: center;
        
    }
    #timer-text {
        display: block;
        text-align: center;
        font: bold;
        font-size: 40pt
       
        
    }
    

    
.dropdown {
    display: flex;          
    justify-content: center; 
    align-items: center;     
    flex-direction: column;  
    height: 100%;           
    width: 100%; 
  
    
  }
  .dropdown-content
  {
    display: flex; /* Enables flexbox for alignment */
    justify-content: space-evenly; /* Adds even spacing between items */
    align-items: center; /* Centers items vertically */
    margin: 0 25%; 
    margin-top: 20px;/* Adds a margin of 5% on the left and right */
    padding: 10px; /* Adds padding inside the container */
    border-radius: 10px; /* Rounds the corners of the menu */
  }
  .dropdown-content.no-display
  {
    display: none; /* Enables flexbox for alignment */
    justify-content: space-evenly; /* Adds even spacing between items */
    align-items: center; /* Centers items vertically */
    margin: 0 25%; 
    margin-top: 20px;/* Adds a margin of 5% on the left and right */
    padding: 10px; /* Adds padding inside the container */
    border-radius: 10px; /* Rounds the corners of the menu */
  }
  
  /* Style for individual tea buttons */
  #dropdown-menu button {
   
    border: none; /* Removes button borders */
    border-radius: 20px; /* Rounds button edges */
    padding: 10px 20px; /* Adds padding inside each button */
    margin: 0 10px; /* Adds spacing between buttons */
    font-size: 16px; /* Adjusts font size */
    cursor: pointer; /* Makes the pointer a hand icon on hover */
    transition: background-color 0.3s; /* Smooth transition for hover effect */
  }
  
  /* Hover effect for buttons */
  #dropdown-menu button:hover {
    background-color: #80bfff; /* Slightly darker blue on hover */
  }

  .dropdown-content.display {
    display: flex;
    align-items: center;
    min-width: 160px;
    z-index: 1;
  }

  @media (max-width: 768px) {
    .dropdown-content {
        display: flex; /* Enables flexbox for alignment */
        justify-content: space-evenly; /* Adds even spacing between items */
        align-items: center; /* Centers items vertically */
        flex-wrap: wrap; /* Ensures items wrap to the next line if they don't fit */
        width: 100%; /* Makes the dropdown take full horizontal space */
        margin: 0; 
        margin-top: 7px;/* Removes extra margins */
        padding: 10px 0; /* Adds vertical padding */
       
        border-radius: 10px; /* Rounds the container's edges */
    }
    .btn-51 {
        position: absolute; 
        top: 50%; 
        left: 100px; 
        transform: translate(-50%, -80%);
    }

 
  

}

@media (max-width: 400px) {
  
  .form-text {
    text-align: center;
    font-size: 20px;
    font-family: monospace;
margin-top: 10px;
padding: 10px;
margin-left: 5% ;
margin-right: 5%;
background-color: #f5f5f500;
border-radius: 5px;
  }
  .dynamic-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffffb5;
    border-radius:900px;
    padding: px;
    font-size: 20px;
   
}
 container {
        
        position: absolute;
        justify-items: center;
        top: 120px; /* Adjust the vertical position */
        left: 50%; /* Center it horizontally */
        transform: translateX(-50%); /* Ensure true horizontal centering */
        margin-top: 20px;
        padding: 20px;
        width: 90%; /* Optional: Adjust width */
    }
  
    
 
  .dropbtn:hover, .dropbtn:focus {
    background-color: #929724
    text-decoration: none;

  }
 
     
  

  h3 {
      padding: auto;
      font-size: 12px;
      text-align: center;
  }

  .timer-buttons > *{
      display: flex;
      flex-direction: row;
      justify-content: center; 
      gap: 10px; 
      margin-top: 20px; 
      padding-left: 20px;
      width: 100%;
      
      border: 5px solid #a5a3b7;
  }

.btn-72:disabled {
cursor: default;
}
.btn-72:-moz-focusring {
outline: auto;
}
.btn-72 svg {
display: block;
vertical-align: middle;
}
.btn-72 [hidden] {
display: none;
}
.btn-72 {
  background: #fff;
  border-radius: 999px; /* Maintain rounded corners */
  box-shadow: 5px 5px 10px #06f40ac6, -5px -5px 5px #ffffff9d;
  box-sizing: border-box;
  color: #5d1352;
  display: inline-block; /* Align buttons side-by-side */
  font-weight: 900;
  overflow: hidden;
  padding: 15px /* Reduce padding for better size */
  margin: 5px;; /* Add spacing between buttons */
  position: relative;
  text-transform: uppercase;
  text-align: center; /* Center text horizontally */
  line-height: 1.5; /* Ensure vertical alignment */
  font-size: 14px; /* Adjust text size */
   /* Keep black border */
  cursor: pointer;
  transition: all 0.2s; /* Smooth transitions */
}

.btn-72:hover {
  background-color: #e6f7ff; /* Light hover background */
  transform: scale(1.05); /* Slight zoom on hover */
}

.btn-72:active {
box-shadow: inset 5px 5px 10px #cee3f2, inset -5px -5px 10px #faffff;
}



.dynamic-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffffb5;
  border-radius:900px;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 5;
  font-size: 20px;
 
}

}
 

    .dynamic-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #ffffffb5;
        border-radius:900px;
        padding: 25px;
        font-size: 20px;
       
    }

    h3 {
        padding: auto;
    }

    .timer-buttons > *{
        display: flex;
        flex-direction: row;
        justify-content: center; 
        gap: 10px; 
        margin-top: 20px; 
        padding: 20px;
        border: 5px solid #a5a3b7;
    }
    
    .btn-pad  {
        padding: 15px; 
      width: 100%;}



    #music-player {
        position: absolute; 
        top: 93%; 
        left: 20%; 
        transform: translate(-50%, -80%);
    } */

    Button styling
    .btn-51,
    .btn-51 *,
    .btn-51 :after,
    .btn-51 :before,
    .btn-51:after,
    .btn-51:before {
      border: 0 solid;
      box-sizing: border-box;
      position: absolute;
      top: 90%; 
      left: 30%; 
    
    }

    .btn-51 {
        position: absolute; 
        top: 50%; 
        left: 34%; 
        transform: translate(-50%, -80%);
      -webkit-tap-highlight-color: transparent;
      -webkit-appearance: button;
      background-color: #000;
      background-image: none;
      color: #c5bcbc00;
      cursor: pointer;
      font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
      font-size: 100%;
      line-height: 1.9;
      margin: 0;
      -webkit-mask-image: -webkit-radial-gradient(#7e2a2a, #fff);
      padding: 0;
    }
    .btn-51:disabled {
      cursor: default;
    }
    .btn-51:-moz-focusring {
      outline: auto;
    }
    .btn-51 svg {
      display: block;
      vertical-align: middle;
    }
    .btn-51 [hidden] {
      display: none;
    }
    .btn-51 {
      --progress: 15px;
      background: #fff;
      bottom: var(--progress);
      box-sizing: border-box;
      color: #000;
      display: block;
      font-weight: 900;
      -webkit-mask-image: none;
      padding: 1.2rem 3rem;
      perspective: 800px;
      position: relative;
      text-transform: uppercase;
      transform: rotateX(55deg) rotate(25deg);
      transform-style: preserve-3d;
      transition: bottom 0.2s;
    }
    .btn-51:after,
    .btn-51:before {
      content: "";
      display: block;
      position: absolute;
      transform-origin: 0 0;
    }
    .btn-51:before {
      background: #eee;
      height: var(--progress);
      left: 0;
      top: 100%;
      transform: rotateX(-90deg);
      transition: height 0.2s;
      width: 100%;
    }
    .btn-51:after {
      background: #ccc;
      height: 100%;
      left: 100%;
      top: 0;
      transform: rotateY(90deg);
      transition: width 0.2s;
      width: var(--progress);
    }
    .btn-51:active {
      --progress: 0px;
    }



.btn-72:disabled {
  cursor: default;
}
.btn-72:-moz-focusring {
  outline: auto;
}
.btn-72 svg {
  display: block;
  vertical-align: middle;
}
.btn-72 [hidden] {
  display: none;
}
.btn-72 {
    background: #fff;
    border-radius: 999px; /* Maintain rounded corners */
    box-shadow: 5px 5px 10px #e48a56c6, -5px -5px 5px #ffffff9d;
    box-sizing: border-box;
    color: #5d1352;
    display: inline-block; /* Align buttons side-by-side */
    font-weight: 900;
    overflow: hidden;
    padding: 0.8rem 1.5rem; /* Reduce padding for better size */
    margin: 1; /* Add spacing between buttons */
    position: relative;
    text-transform: uppercase;
    text-align: center; /* Center text horizontally */
    line-height: 1.5; /* Ensure vertical alignment */
    font-size: 14px; /* Adjust text size */
    border: 1px solid black; /* Keep black border */
    cursor: pointer;
    transition: all 0.2s; /* Smooth transitions */
  }
  .btn-72:hover {
    background-color: #e6f7ff; /* Light hover background */
    transform: scale(1.05); /* Slight zoom on hover */
  }
.btn-72:active {
  box-shadow: inset 5px 5px 10px #cee3f2, inset -5px -5px 10px #faffff;
}
