body {
    background-color: #0C0105;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#header {
    background-color: rgba(0, 0, 0, 0); /* Fully transparent */
    color: #DAA520;
    padding: 1em;
    text-align: right;
    margin-right: 30px;
    font-size: 3.0em;

}
h2 {
    color: #DAA520;
    font-size: 2.0em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
#navbar {
    display: float-right;
    background-color: rgba(0, 0, 0, 0);
    color: #DAA520;
    padding: 1em;
    text-align: right;
    margin-left: 30px;
    font-size: 1.5em;
}

#navbarList {
    float: right; /* Keep this if the navbar itself should float to the right */
    color: #DAA520;
    text-decoration: none;
    margin-right: 40px;
    padding-bottom: 15px;
}

@media (max-width: 600px) {
    #navbarList {
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding-bottom: 15px;
    }
}

ul {
    list-style-type: none;
    color: #DAA520;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
}

li {
    
 
    color: #DAA520;
}

a {
    color: #DAA520;
    text-decoration: underline;
}
a:hover {
    color: yellow;
    text-decoration: underline;
}
#content{
    
    color: #DAA520;
    padding: 1em;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    font-size: 1.5em;
}