#subscriptionCancelBtn {
    height: 50px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: none;
    font-family: 'DrukTextCyrHeavy', sans-serif !important;
    font-weight: 900;
    color: #000000;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .3s .1s;
    max-width: 100%;
    width: 100%;
    background-color: #E2E2E2;
}

#subscriptionCancelBtn:hover {
    background-color: #C9C9C9;
}