body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('/img/astronomi-haberler.jpg');
    background-size: cover;
    background-attachment: fixed;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

header h1 {
    margin: 0;
}

.news-container {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.news {
    background-color: rgba(255, 255, 255, 0.9); /* Beyaz baloncuk */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px;
    width: 90%;
    text-align: center;
}

.news img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.news h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #333; /* Başlık siyah */
}

.news p {
    font-size: 18px;
    color: #333; /* Yazılar siyah */
}
