a.button, button.button{
    display: block;
    background-color: var(--button);
    width: 100%;

    height: 65px;
    border-radius: 5px;
    line-height: 63px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;

}

a.button:hover, button.button:hover{

}