#map {
    height: 90vh;
    width: 90vw;
}
body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header{
    width: 90vw;
    height: 28px;
}

.logo{
    height: 100%;
    width: 50%;
    border: 2px black;
}