body {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.parallax {
    background-image: url('https://upload.wikimedia.org/wikipedia/en/thumb/b/b6/Minecraft_2024_cover_art.png/512px-Minecraft_2024_cover_art.png');
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

h1 {
    color: #3b8526;
    text-align: center;
}

.feature {
    background: #f4f4f4;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.feature img {
    width: 100%;
    height: auto;
    border: 2px solid #3b8526;
}

h2 {
    color: #3b8526;
    margin-top: 10px;
}
