body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 15vw;
    background-color: rgb( 32, 28, 111 );
    color: white;
    overflow: hidden;
}

.main-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

.goals {
    font-size: 0.9em;
    width: 1.1em;
    text-align: center;
}

#wh-logo {
    width: 1.2em;
    margin-bottom: 0.15em;
}

#clock-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 1.8em;
}

#clock-time {
    display: flex;
    font-weight: 700;
    font-size: 0.6em;
    line-height: 0.9em;
}

#clock-time span {
    width: 0.6em;
    display: inline-block;
    text-align: center;
}

#clock-time span#clock-divider {
    width: 0.4em;
}

#home-team {
    margin-left: 0.15em;
}

#away-team {
    margin-right: 0.15em;
}

.team-image[ src ] {
    visibility: visible;
}

.team-image, .team-image[ src="" ] {
    height: 1.15em;
    flex: 0 0 1.15em;
    visibility: hidden;
}

