.scoreboard-box {
    width: 480px;
    max-width: 100%;
    margin: 20px auto 0 auto;
    padding: 15px;
    background: rgba(0, 0, 0, 0.75);
    border: 3px solid orange;
    border-radius: 15px;
    color: white;
    font-family: "Comic Sans MS", cursive;
}

.scoreboard-box h2 {
    text-align: center;
    margin-bottom: 12px;
    color: orange;
}

.scoreboard-list {
    padding-left: 30px;
}

.scoreboard-list li {
    display: flex;
    justify-content: space-between;
    padding: 6px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.scoreboard-list li:first-child {
    font-size: 1.25em;
    font-weight: bold;
    color: gold;
    text-shadow: 0 0 8px orange;
}

.score-name {
    overflow: hidden;
}

.score-value {
    font-weight: bold;
}