.cardlink-btn {
    background: rgba(150, 0, 40, 1);
    color: #ffffff;
}

.cardlink-btn:hover {
    background: #c83c2a;
    color: #ffffff;
}

#startButton {
    background: #A4A4A480;
    color: #ffffff;
}

#startButton:hover {
    background: #c83c2a;
    color: #ffffff;
}