.footer {
    background-color: #1E90FF;   /* Background color */
    border-radius: 25px;        /* Optional: rounded corners */
    padding: 20px;
    color: white;
    text-align: center;
    }
.header {
    list-style-type: none;       /* Remove default bullets */
    padding: 20px;               /* Padding around the list */
    margin: 0;                   /* Remove margin */
    background-color: #1E90FF;   /* Background color */
    display: flex;               /* Use flexbox for horizontal layout */
    border-radius: 25px;        /* Optional: rounded corners */
    justify-content: center;     /* Center the list in the body */
    align-items: center;         /* Center vertically */
}

.header li {
    font-weight: bold;           /* Make text bold */
    color: blue;                 /* Change text color to blue */
    margin: 0 25px;             /* Space between items */
}

.header a {
    color: white;                /* Link color */
    text-decoration: none;       /* Remove underline */
}
.h1m{
    text-align: center;
    text-decoration: underline;
color: blue;
}
.secondh {
    list-style-type: none;       /* Remove default bullets */
    padding: 20px;               /* Padding around the list */
    margin: 0;                   /* Remove margin */
    background-color: #1E90FF;   /* Background color */
    display: flex;               /* Use flexbox for horizontal layout */
    border-radius: 25px;        /* Optional: rounded corners */
    justify-content: center;     /* Center the list in the body */
    align-items: center;         /* Center vertically */
}

.secondh li {
    font-weight: bold;           /* Make text bold */
    color: blue;                 /* Change text color to blue */
    margin: 0 25px;             /* Space between items */
}

.secondh a {
    color: white;                /* Link color */
    text-decoration: none;       /* Remove underline */
}
 .footer {
    background-color: #1E90FF;   /* Background color */
    border-radius: 25px;        /* Optional: rounded corners */
    padding: 10px;
    color: white;
    text-align: center;
    margin-top: 40px;
    }