body {
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('stars.png') repeat;
    z-index: -1;
}

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

h1 {
    text-align: center;
    color: #4fc3f7;
    margin-bottom: 40px;
}

.feature {
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 5px;
    background-color: rgba(20, 20, 40, 0.7);
}

.feature img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

.feature h2 {
    color: #ffb74d;
    margin-top: 0;
}

.feature p {
    line-height: 1.5;
}
