#map {
    width: 100%;
    height: 600px;
}

table {
    border-spacing: 15px;
}

th {
    font-size: 1.5rem;
    height: 60px;
    width: 60px;
    background-color: white;
    color: black;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
}

tr {
    margin-bottom: 15px;
}