:root {
    --menu-count:4;
    --drop-count:2:
}

html, body {
    margin: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

body {
    background-color: #bfb7b0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 100%;
    overflow-y: scroll;
}

.content {
    margin: 2vh;
    padding: 2vh;
}

h2 {
    margin-top: 15vh;
    font-family: Happy;
    font-size: 1.75rem;
    text-align: center;
    /*padding: 2vh;*/
}

p {
    line-height: 24px;
    font-size: 1.1rem;
}

ul {
    list-style: inside;
    list-style-type: disc;
}

ul, li {
    line-height: 24px;
    font-size: 1.1rem;
}

.map {
    width: 50%;
    display: block;
    margin: auto;
    margin-bottom: 2vh;
}