/* styles.css */
  body{
      font-family: Arial, sans-serif;
             
            background-image: url('img/i33.jpg');
            background-size: cover; /* Ensures the image covers the entire background */
            background-repeat: no-repeat; /* Prevents the image from repeating */
    }
    img {
        background-color: rgba(240, 240, 240, 0.5);
         margin-left: 10px;
         margin-bottom: 10px;
         margin-top: 10px;
    }

form {
    margin: 10px;
    margin-bottom: 100px;
    shape-margin: 20 px;
    width: 60%;
     background-color: rgba(240, 240, 240, 0.3);
}

form label {
    margin-top: 10px;
    margin-left: 20px;
}
form button {
  
    margin-bottom: 30px;
    font-weight: bold;
}
h4 {
    margin-left: 25px;
}
footer {
    text-align: center;
    padding: 10px;
    background-color: rgba(200, 200, 200, 0.5) ;
    color: #333;
}


form input[type="radio"] {
   
    background-color: #f0f0f0; /* Replace with your desired background color */
    width: 10%;
    transform: scale(1.5);
    text-align: left;
    /* Optional: Add some styling to make it more visually appealing */
}

h1 {
    background-color: rgba(240, 240, 240, 0.5); 
    background-size:50%;
    margin-left: 20 px;
    text-align: center;
            
}

h2 {
    background-color: rgba(240, 240, 240, 0.5); 
    background-size:50%;
    margin-left: 20 px;
    text-align: center;
            
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 5px;
}

header {
    background-color: #4CAF50;
    color: white;
    padding: 1em;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

h1 {
    margin: 0;
}

form {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

form label {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}



form input,
form select {
    width: 80%;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    border: 2px solid #ccc;
    border-radius: 15px;
    font-weight: bold;
}
form select option {

    font-weight: bold;
}




form button {
    background-color: limegreen;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    margin-left: 25px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: left;
    margin-bottom: 30 px;
}

form button:hover {
    background-color: limegreen;

}


a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
fieldset{
    width: 500px;
}
