/* ////Button//// */

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

.button-section button:hover {
    background-color: #fff;
    color: #eda8af;
}