#spDiv {
    width: 80%;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 40px;
}

#spDiv > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 60px;
    height: 60px;

    margin: 3px;
    /* background-color: brown; */
    border-radius: 50%;

    font-weight: bold;
}

.sp0 {
    background-color: skyblue;
    color: white;
}

.sp1 {
    background-color: goldenrod;
        color: white;
}

.sp2 {
    background-color: darkgreen;
        color: white;
}

.sp3 {
    background-color: darkblue;
        color: white;
}

.sp4 {
    background-color: blueviolet;
        color: white;
}

.spplus {
    background-color: white;
}