/* General Layout */
body {
    font-family: 'Raleway', sans-serif;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 20px;
}

h1 {
    color: #2c3e50;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

/* Form Styling */
form {
    text-align: center;
    margin: 20px auto;
}

select {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    min-width: 250px;
    font-family: 'Raleway', sans-serif;
}

button {
    padding: 10px 20px;
    margin-left: 10px;
    background-color: #2ecc71;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

button:hover {
    background-color: #27ae60;
}

/* Dropdown Options */
option {
    font-size: 16px;
}
body {
    font-family: 'Raleway', sans-serif;
    background: #f8f9fa;
    margin: 0;
    padding: 20px;
    color: #333;
}

h1, h2, h3 {
    color: #1e88e5;
    margin-top: 20px;
}

a {
    color: #1565c0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

table th, table td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    text-align: left;
}

table th {
    background-color: #e3f2fd;
    color: #0d47a1;
    font-weight: 600;
}

ul {
    padding-left: 20px;
    line-height: 1.7;
}

li {
    margin-bottom: 8px;
}

p a {
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}
.info-section {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 8px;
    font-family: 'Raleway', sans-serif;
}

.info-section h2 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
}

.info-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.info-section ul {
    margin: 10px 0;
    padding-left: 20px;
}

.info-section ul li {
    margin-bottom: 5px;
    font-size: 15px;
}
