body {
    font-family: 'Albert Sans', sans-serif;
    background-color: #2a2a72;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.close-tab {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background-color: #1b1b4d;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.close-tab a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.close-tab:hover {
    background-color: #000;
}

.project-header {
    padding: 2rem;
    text-align: center;
    background-color: #1b1b4d;
    margin-top: 60px;
}

.project-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.project-header p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.project-content {
    padding: 2rem;
    text-align: center; /* Center the text in the content */
}

.under-construction {
    text-align: center;
    background-color: #1b1b4d;
    padding: 3rem 2rem; /* Adjust padding for the section */
    border-radius: 8px;
    margin-bottom: 2rem;
}

.under-construction h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.under-construction p {
    font-size: 1rem;
    color: #cccccc;
}

footer {
    text-align: center;
    padding: 1rem;
    background-color: #1b1b4d;
    margin-top: 2rem;
}

footer p {
    margin: 0;
}
