#header {
    background-color: #f8c8dc;
    border-color: rgb(247, 173, 173);
    border-style: solid;
    border-width: 10px;
    border-radius: 25px;
    padding: 20px;
    font-size: 26px;
    
    text-align: center;
    font-family: 'Quicksand', sans-serif;
}

h1 {
    font-family: 'Pacifico', cursive;
    font-size: 48px;
    color: #e75480;
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

body {
    font-family: 'Quicksand', sans-serif;
}

/* Footer */
.site-footer {
    margin-top: 40px;
    background: linear-gradient(180deg, #fff6fb 0%, #fff0f6 100%);
    border-top: 1px solid rgba(231, 84, 128, 0.12);
    padding: 18px 0;
}
.site-footer .container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #c0395b;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}
