body {
    font-family: Arial, Helvetica, sans-serif;
}

.icon-burger {
    display: block;
    color: white;
    padding: 15px 0 0 25px;
}

.topnav {
    overflow: hidden;
    padding: 0 0 0 3px;
    position: relative;
    width: 250px;
}

@media screen and (max-width: 630px) {
    .topnav {
        width: 180px;
    }
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 5px 0px 5px 20px;
    text-decoration: none;
    font-size: 1em;
    display: block;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 630px) {
    .topnav a {
        font-size: 0.6em;
    }
}

.topnav a.icon {
    background: none;
    display: block;
    position: relative;
    right: 0;
    top: 0;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
    text-shadow: none;
    border-radius: 4px;
    opacity: 0.9;
  
}

.active {
    background-color: black;
    color: white;

}

#header-top-menu {
    width: 50%;
    padding: 0px 0px 0px 0px;
}

#header-bot {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 50%;
    padding: 0px 15px 6px 0px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
}