a {
    color:rgb(193, 144, 18);
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    background-color: rgb(153,171,193);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

.dialogue {
    z-index: 10;
    top: 70%;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 2%;
    padding: 0 0 10% 0;
}

.dialogue div {
    background-color: rgba(67, 37, 7, 0.789);
    color: rgb(225, 203, 145);
    display: grid;
    grid-template-columns: 1fr 7fr;
}

.dialogue div > img {
    max-width: 50px;
    width: 90%;
    padding: 0.5em 1em;
    justify-self: center;
    vertical-align: middle;
}

.dialogue div p {
    padding: 0.2em 1em;
}

.dialogue div p img {
    height: 0.7em;
}

.leaflet-container {
    z-index: 0;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.mapmarker {
    filter: hue-rotate(130deg);
}

.rule {
    font-weight: bolder;
    color: rgb(51, 194, 46);
}
