body {
    font-family: "Kaisei Decol", "Zen Maru Gothic", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    line-height: 1.6;
}

.news-article {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.8;
    color: #333;
}

.news-images-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.news-images-top img {
    width: 48%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.news-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.news-text {
    font-size: 1.3rem;
    margin-bottom: 40px;
    text-align: center;
}

.news-image-bottom {
    text-align: center;
    margin-top: 30px;
}

.news-image-bottom img {
    max-width: 70%;
    height: auto;
    border-radius: 6px;
}
