body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

header, footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1rem;
}

main {
    max-width: 800px;
    margin: 20px auto;
    padding: 0 20px;
    background-color: #fff;
	
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

section {
	
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

section h2 {
    font-size: 24px;
    color: #333;
}

section p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;

}

.image-left {
    float: left;
    margin-right: 20px;
    max-width: 300px;
}

.image-right {
    float: right;
    margin-left: 20px;
    max-width: 300px;
	
}

footer {
    margin-top: 20px;
    padding-top: 10px;
    clear: both;
}
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; 
}

.video-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}
li {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;

}
nav ul li a {
    color: white;
    text-decoration: none;
    padding: 0.5em 1em;
    transition: background-color 0.3s ease;
}

nav ul li a:hover {
    background-color: darkgwhite;
}
}
