html {
    font-family: Arial;
    margin: 0px auto;
    text-align: center;
}

ul.topnav {
    list-style-type: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    background-color: black;
    width: 70%;
}

ul.topnav li {
    float: left;
}

ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {
    background-color: #3e8e41;
}

ul.topnav li a.active {
    background-color: #333;
}

ul.topnav li.right {
    float: right;
}

@media screen and (max-width: 600px) {
    ul.topnav li.right,
    ul.topnav li {
        float: none;
    }
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.big-map {
    width: 90%;
    height: 400px;
    margin-inline-start: 5%;
    margin-inline-end: 5%;
}

.list-unstyled {
    list-style-type: none;
}
