body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

header {
    background-color: #FFC107;
    padding: 20px;
    text-align: center;
    color: #fff;
}

h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

section {
    padding: 50px;
    text-align: center;
    background-color: #F5F5F5;
}

section img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

section p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
}

footer {
    background-color: #212121;
    padding: 20px;
    color: #fff;
    text-align: center;
}

footer p {
    font-size: 16px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 36px;
    }

    section h2 {
        font-size: 28px;
    }

    section p {
        font-size: 16px;
    }
}
