body{
    margin: 0;
    background-color: #FFD700;
}
#hero{
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(36, 34, 34);
    padding: 1rem 2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#navlinks {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: white;
}
#navlinks li a{
    text-decoration: none;
    color: white;
    font-weight: 500;
}
#navlinks li a:hover{
    color: lightgray;
}
footer a{
    color: whitesmoke;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
p{
    font-size: 18px;
    font-family: 'Roboto';
    padding-left: 125px;
    padding-right: 125px;
}
ul{
    font-size: 18px;
    font-family: 'Roboto';
    padding-left: 150px;
    padding-right: 125px;
}
footer a{
    font-family: 'Roboto';
    color: white;
    text-decoration: none;
    padding-left: 125px;
    font-size: 18px;
    color: black;
}
footer{
    padding-top: 40px;
    padding-bottom: 40px;
}
span{
    font-weight: bold;
}
hr{
    color:#FFD700;
    opacity: 20%;
}
footer{
    background-color: rgba(46, 46, 46, 0.234);
    padding-top: 25px;
    padding-bottom: 25px;
}
.topicheadings{
    text-decoration: underline;
    font-weight: bold;
}
.sub{
    font-weight: bold;
}