body {
    color: white;
    display: flex;
    flex-direction: column;
}

.header {
    background-color: #A20000;
    height: 18vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-grow: 0;
}

.header span {
    font-size: 6rem;
}

.header div:first-child {
    font-size: 2rem;
    font-weight: bold;
}

#map {
    width: 100vw;
    height: 38rem;
    flex-grow: 1;
}

.footer {
    height: 3vh;
    width: 100vw;
    background-color: #A20000;
    flex-grow: 0;
}