body {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    background-color: #fffaf0;
    color: grey;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    text-align: center;
    margin-bottom: 40px;
}

.header h1 {
    color: yellow;
    font-size: 3em;
    margin-bottom: 0;
}

.feature {
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.feature img {
    width: 100%;
    border-radius: 10px;
    border: 3px solid #fc9;
}

h2 {
    color: yellow;
    margin-top: 10px;
}

p {
    font-size: 1.1em;
    line-height: 1.4;
}
