button {
    padding: 12px 40px;
    border-radius: 8px;
    background-color: white;
    border: 0.5px solid gray;
    filter: drop-shadow(0px 1px 13px rgba(93, 93, 93, 0.4));
    display: flex;
    font-size: larger;
    align-items: center;
    justify-content: center;
}
