
.button-36 {
    background-color: #e5e5e5;
    border: none;
    color: black;
    padding: 20px 44px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    cursor: pointer;
    transition: text-decoration 0.3s ease;
}

.button-36:hover, .button-36:focus {
    text-decoration: underline;
}