.page {
    width: 100%;
    background-color: white;
    float: left;
    margin-top: 6vh;
}

#familytreepage {
    overflow-x: scroll;
}

#timer {
    margin-bottom: 0;
}

#timertext {
    margin-top: 0;
}

#buurt-container {
    float: right;
}

.box {
    width: 35%;
    border: solid 1px #1B4965;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    box-shadow: 2px 6px 3px #888888;
}

#buurt-container > a {
    text-decoration: none;
    color:black;
}

a > div:hover {
    background-color: #e7f8ff;
}

.boxL {
    width: 35%;
    border: solid 1px #1B4965;
    border-radius: 25px;
    float: left;
    margin-bottom: 3%;
    margin-left: 13.5%;
    margin-right: 3%;
    background-color: white;
    box-shadow: 2px 6px 3px #888888;
    text-decoration: none;
}

#boxLnoMargin {
    margin-bottom: 0;
}

.boxR {
    width: 35%;
    border: solid 1px #1B4965;
    border-radius: 25px;
    float: left;
    background-color: white;
    box-shadow: 2px 6px 3px #888888;
}

#familytree {
    margin-top: 2%;
    height: 80vh;
}
