body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url('../images/fn.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; 
}

.about-us {
    background-color: rgba(0, 0, 0, 0.8);
    color: #f5f5f5;
    padding: 50px 20px;
    text-align: center;
}

.about-us h1, .about-us h2 {
    color: #ffcc00;
    margin-bottom: 20px;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    background-color: rgba(34, 34, 34, 0.9); 
    padding: 20px;
    border-radius: 10px;
}

.about-content p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
}

.about-content ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.about-content ul li {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.about-content ul li::before {
    content: "★";
    color: #ffcc00;
    margin-right: 10px;
}


@media (max-width: 768px) {
    .about-content {
        padding: 15px;
    }
    .about-content p {
        font-size: 1em;
    }
    .about-us h1, .about-us h2 {
        font-size: 1.5em;
    }
}
