body {
    font-family: sans-serif;
    background: #111;
    color: white;
    text-align: center;
}
#scoreboard {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 3em;
    margin-top: 100px;
}
.team {
    flex: 1;
}
.timer {
    flex: 1;
}