.button {
    padding: .5rem 1rem;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    margin: .25rem;
    background-color: white;
    border: solid 1px #edd;
}

.button:hover {
    color: black !Important;
    border: solid 1px #ebb !Important;
    background-color: #ffe5e5 !important;
    box-shadow: 0rem 1rem 2rem #8001;
}

.button-size {
    display: flex;
    flex-direction: column;
    min-width: 4rem;
    height: 2rem;
}