a.bigRadiusButton {
    display: flex !important; /* Add display: flex to enable flexbox */
    justify-content: center !important; /* Center horizontally */
    align-items: center !important; /* Center vertically */
    width: 40px !important;
    height: 38px !important;
    font-size: 24px !important; /* Change the font size to 24px */
    border: solid 1px #ccc;
    border-radius: 5px !important;
    background-color: #f0f0f0;
    transition: background-color 0.3s !important;
    padding: 10px !important;
    position: relative !important;
    bottom: 14px !important;
}