.candidate-number {
    font-size: 100px;
    height: 175px;
    width: 175px;
    margin-left: -6px;
    color: white;
    padding: 20px!important;
}
@media only screen and (max-device-width: 1024px) {
    .candidate-number {
        font-size: 100px;
        height: 175px;
        width: 175px;
        margin-left: -19px;
        color: white;
        padding: 20px!important;
    }
}
@media only screen and (max-device-width: 768px) {
    .candidate-number {
        font-size: 100px;
        height: 160px;
        width: 175px;
        margin-left: 90px;
        color: white;
        padding: 20px!important;
    }

    .vote-button {
        margin-left: 20px !important;
    }
}

@media only screen and (max-device-width: 420px) {
    .candidate-number {
        font-size: 100px;
        height: 160px;
        width: 180px;
        margin-left: 25px;
        color: white;
        padding: 20px!important;
    }
    .vote-button {
        margin-right: 13px !important;
    }
}

@media only screen and (max-device-width: 375px) {
    .candidate-number {
        font-size: 100px;
        height: 160px;
        width: 180px;
        margin-left: 10px;
        color: white;
        padding: 20px!important;
    }

    .vote-button {
        margin-right: 25px !important;
    }
}
@media only screen and (max-device-width: 320px) {
    .candidate-number {
        font-size: 100px;
        height: 160px;
        width: 180px;
        margin-left: 0px;
        color: white;
        padding: 20px!important;
    }
    .vote-button {
        margin-right: 10px !important;
    }
}
