.rc {
    font-size: 3rem;
    float: left;
    width: 5rem;
    margin-left: 6rem;
    margin-right: 1rem;
    text-align: center;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 100%;
    background-color: transparent;
}

.rcTest {
    text-align: center;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 100%;
    background-color: transparent;
}

.rc:hover {
    color: #78aad0;
    background-color: aliceblue;
}

.noDiscs {
    list-style-type: none;
}

.box {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

#pin-1 {
    top: 56%;
    left: 13%;
}

.testpage a p {
    display: none;
    height: 0.01rem;
}

.testpage a:hover p {
    display: block;
    font-size: xx-small;
}