body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: greenyellow;
}

header {
    background-image: url(8.png) ;
    color: greenyellow;
    padding: 10px 0;
    text-align: center;
}
h1{
    color:pink;
    font-size: 50px;
    -webkit-text-stroke: 3px black;
}
h2{
    color: white;
    font-size: 30px;
    -webkit-text-stroke: 2px black;
    
}


nav ul {
    list-style: armenian;
    padding: 0px;
    margin: 50px;
    background-image: url(WhatsApp\ Image\ 2024-10-07\ at\ 17.47.30_10b544d9.jpg);
}

nav ul li {
    
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: #f8f9f4;
    text-decoration: none;
}

section {
    padding: 20px;
    margin: 10px;
}

footer {
    
    text-align: center;
    padding: 10px 0;
    background-image: url(WhatsApp\ Image\ 2024-10-07\ at\ 17.47.30_3693f989.jpg);
    color: black;
}
.video-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
video{
    width: 100%;
    height: 100%;
    object-fit: cover;

}

