body {
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    font-size: 24px;
    
    background-image: url('afwp_home_page_main.jpeg');
    background-size: cover;

    display: flex;
    justify-content:center;
}

div {
    background-color: rgba(83, 103, 107, 0.8);
    color:white;
    width:1000px;
}

ul {
    list-style-type: none;
    padding-inline-start: 10px;
}

li {
    margin: 4px 0;
}

a {
    color: white;
}

.info-message {
    text-align: center;
}

.hamburger-menu {
    background-color: rgba(83, 103, 107, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 45px;
}

.hamburger-icon {
    width: 2em;
    height: 2em;
    vertical-align: -0.125em;
}

.hamburger {
    background-color: rgba(83, 103, 107, 0.8);
    fill: white;
    border: none;
    padding: 10px;
}

.hamburger:hover {
    fill: gray;
    cursor: pointer;
}

.dropdown-menu {
    position: fixed;
    top: 48px;
    left: 0;
    width: 450px;
    display: none;
    font-size: 16px;
}