
 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow-x: hidden;

}



main {
    padding: 2em;
}

form, button {
    margin-top: 1em;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 0.5em 1em;
    border: none;
    cursor: pointer;
} 

 button:hover {
    background-color: #45a049;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 1em;
}

 .healthimg{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-top: 5%;
    height: 100vh;
}

  .card{
    width: 38%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-top: 14%;
    position: relative;
    bottom: 37em;
    border: 1px solid white;
    border-radius: 10px;
    color:#0f0e0e;
    padding: 2em;
}
 .h2{
    color: honeydew;
    font-size: 2em;
    font-weight: bold;
    position: relative;
    bottom: 0.5em;

 }
 .p{
   
    font-size: 1.4em;
    position: relative;
    bottom: 0.5em;
 }
.fork{
    width: 80%;
    border-radius:1em;
}

.btn{
  position: relative;
  bottom: 34em;
 }

 .k{
    border: 1px solid white;
    border-radius: 1em;
 }

.shadow{
    display: flex;
      justify-content: space-between;
      justify-content: center;
      max-width: 600px; 
      margin: 0 auto; /* Center the container */
      box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); /* Thick pure white box shadow for the container */
      padding: 36px;
      position: relative;
      bottom: 2em;
      background-image: url("Ai.jpg");
      border-radius: 0.8em;
}

.button {
    padding: 10px 20px;
    background-color: green; /* White background color */
    border: 1px solid #dddddd; /* Optional: Add a border for better visibility */
    box-shadow: 0 10px 20px rgba(255, 255, 255, 1); /* Thick pure white box shadow for the buttons */
    transition: box-shadow 0.3s ease; /* Add a smooth transition effect */
    border: 2px solid rgb(189, 136, 136);
    border-radius:2em ;
  }

  .button:hover{
    color: black;
    background-color: beige;
  }

  .ai{
   height: 300px;
   width: 300px;
  } 

  .v{
    position: relative;
    left: -5em;

  }
  .u{
    position: relative;
    right: -5em;
  }

 .serv{
  position: relative;
  top:0.4em;
 }
 .navbar{
  z-index: 1;
 }