body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to bottom, darkgreen, green, chartreuse);
    background-attachment: fixed;
}

main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

footer {
    width: 100%;
    text-align: center;
    padding: 16px 0;
    margin-top: auto;
    color: white;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    font-weight: bold;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    border: 3px solid white;
    display: inline-block;
    margin-top: 0;
    text-decoration: none;
}

.nav-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.nav-links a {
    font-weight: bold;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    border: 3px solid white;
    display: inline-block;
    margin-top: 0;
    text-decoration: none;
}

.text {
    font-weight: bold;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    border: 3px solid white;
    display: inline-block;
    margin-top: 30px;
}
a {
    font-weight: bold;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    border: 3px solid white;
    display: inline-block;
    margin-top: 30px;
}