* {
    font-family: Arial;
    width: 100%;
    color: white;
}

body {
    width: 80%;
    margin: auto;
    background-color: black;
}

.hflex {
    display: flex;
}

.center {
    display: flex;
    justify-content: center;
}

.navitem {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 18%;
    border: solid white 1px;
    text-decoration: none;
}

.navitem:hover {
    background-color: white;
    color: black;
}

.navitem:hover path {
    fill: black;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 80%;
}

#footer-content {
    border-top: solid white 1px;
    border-left: solid white 1px;
    border-right: solid white 1px;
    width: 163px;
    background-color: black;
}

.footerbutton {
    background: none;
    border: none;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footerbutton:hover {
    background-color: white;
}

.footerbutton:hover path {
    fill: black;
}

.marquee-container {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    margin-top: -10px;
}

.marquee-content {
    width: auto;
    display: inline-block;
    position: relative;
}