.button-19 {
    appearance: button;
    background-color: #971850;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: din-round,sans-serif;
    font-size: 5vw;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 300px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;
    width: 60vw;
    align-items: center;
    align-content: center;
}

    .button-19:after {
        background-clip: padding-box;
        text-decoration-color: rgb(97, 18, 50);
        border-color: rgb(97, 18, 50);
        background-color: rgb(97, 18, 50);
        border-radius: 16px;
        border-width: 0 0 4px;
        bottom: -4px;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .button-19,
    .button-19:focus {
        user-select: auto;
    }

        .button-19:hover:not(:disabled) {
            filter: brightness(1.1);
            -webkit-filter: brightness(1.1);
        }

        .button-19:disabled {
            cursor: auto;
        }

        .button-19:active {
            border-width: 4px 0 0;
            background: none;
        }
