body {
    background-image: url('../img/nfl.jpeg');
    height: 100vh;
    width: 100vw;
    background-size: cover;
}

.scoreboard {
    background-color: white;
    border: solid black 1px;
    color: black;
    opacity: .7;
    z-index: 999;
}

.stats {
    font-size: calc(8px + 0.390625vw);
    color: black;
}

.stats-result {
    font-size: calc(8px + 0.390625vw);
    color: green;
}