/* styles.css */

/* استایل عمومی */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* بخش اول */
.section1 {
    background-image: url('img/img1.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 50px;
    text-align: center;
}

/* بخش دوم */
.section2 {
    background-image: url('img/img2.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 50px;
    text-align: center;
}

/* بخش سوم */
.section3 {
    background-image: url('img/img3.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 50px;
    text-align: center;
}
.section4 {
    background-image: url('vid/vid1.mp4');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 50px;
    text-align: center;
}
.section5 {
    background-image: url('aud/aud1.mp3');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 50px;
    text-align: center;
}