.button-section button {
    background-color: #eda8af;
    color: #fff;
    padding: 1rem 3rem;
    border: 1px solid #eda8af;
    border-radius: 5px;
}

.button-section button:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background-color: #e1a5ab;
    border: 1px solid #e1a5ab;
}