* {
    padding: 0;
    margin: 0;
}
div.header {
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    margin: 0;
    width: 100vw;
    height: 10vh;
}
div.header h1 {
    text-align: center;
    vertical-align: middle;
}
div.content {
    height: 90vh;
    background-color: #605f5e;
}
div.threeParts {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
}
div.map {
    background-color: #ffffff;
    width: 40vw;
    height: 40vw;
}
div.map img {
    width: 40vw;
    height: 40vw;
}
div.menu {
    text-align: center;
}
div.box {
    border: 3px solid black;
}