@font-face {
    font-family: "Ayar Juno";
    src: url("../fonts/ayar_juno.ttf");
}


body {
    background-color: #D5B8A1;
    font-family: Arial, Helvetica, sans-serif;
}


#map {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    display: block;
    background-image: url("https://caalek.github.io/mapa-orteliusa/images/base.png");
}

.sidebar {
    background-color: #D5B8A1;
    height: 100%;
    width: 15%;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    overflow-x: hidden;
    border: 10px;
    border-color: #ad7445;
    border-style: solid;
    text-align: center;
}

.button {
    background-color: #ad7445; /* Green */
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.button:hover {
    background-color: #825734;
}

#authors {
    font-size: smaller;
}

.bold {
    font-weight: bold;
}

.button-group {
    margin-top: 5%;
    display: block;
    padding: 5px;
}

#title {
    font-size: 35px;
    font-family: "Ayar Juno";
}

.distances {
    text-align: center;
    font-size: 25px;
}

#help-div {
    font-size: smaller;
}

#description {
    font-size: smaller;
}