body {
    background: url('/static/img/background.jpg')no-repeat;
    background-size: cover;
}

/* section {
    display: flex;
    justify-content: center;
} */

h1,
ul, form {
    color: white;
}
form{
    font-size: 120%;
}
#map {
    height: 90%;
    width: 55%;
    margin: auto;
}

.grayscale {
    filter: grayscale(100%);
}