header {
    background-color: #F8D8D8 !important; /* Pasztell rózsaszín */
}
button, .btn, .button {
    background-color: #F8D8D8 !important; /* Pasztell rózsaszín */
    color: #333 !important; /* Gomb szöveg színe (sötétszürke) */
    border: none !important; /* Ha nem szeretnél köré keretet */
}

button:hover, .btn:hover, .button:hover {
    background-color: #EEC6C6 !important; /* Kicsit sötétebb rózsaszín hover-re */
    color: #000 !important;
}