body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #4CAF50;
    padding: 15px 0;
}

nav {
    text-align: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    margin-right: 20px;
}

a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

a:hover {
    color: #ddd;
}

/* ... (previous styles) */

.under-construction {
    text-align: center;
    margin: 50px;
}

.under-construction h2 {
    color: #FF0000; /* Red color for emphasis */
}

.under-construction img {
    width: 100%;
    max-width: 400px; /* Adjust the maximum width of the GIF as needed */
    height: auto;
    margin-top: 20px;
}
