﻿.scores-header {
    color: white;
    text-align: center;
    margin: 0;
}

.rank-header {
    color: white;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

.rank-value {
    color: #d15d36;
}

.scores-value {
    color: #d15d36;
}

.scores-name {
    color: #d15d36;
}

@media only screen and (min-width: 768px) {
    .rank-value {
        color: #F5B400;
    }

    .scores-value {
        color: #F5B400;
    }

    .scores-name {
        color: #F5B400;
    }
}

    .button {
        border-top: solid 2vh white;
    }