body {
    font-family: 'Kiwi Maru', serif;
    background-color: #f8f9fa;
    overflow-x: hidden;
}

header {
    text-align: center;
    padding: 50px;
    background-color: #add8e6;
    color: #fff;
    border-radius: 0 0 15px 15px;
}

header h1 {
    font-size: 3rem;
}

header p {
    font-size: 1.2rem;
}

.content-section {
    padding: 40px 20px;
}

.content-section h2 {
    color: #007bff;
    margin-bottom: 20px;
}

footer {
    background-color: #ffe4e1;
    text-align: center;
    padding: 20px;
    border-radius: 15px 15px 0 0;
}

.particle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
