.button {
    display: block;
    padding: 15px;

    color: black;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
    align-content: center;

    background-color: #eb6e60;
    box-shadow: 5px 5px 13px -3px #000000;
}
.button:hover {
    cursor: pointer;
    color: white;
    text-decoration: underline;
}
