body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
}

.container {
    max-width: 960px;
    margin: auto;
    padding: 0 20px;
    overflow: hidden;
}

header {
    background: #333;
    color: #6495ED;
    padding: 1rem 0;
    border-bottom: #77aaff 0px solid;
}

h1 { 
    color: #6495ED;

}

video {
    float: left;
    max-width: 80%;
    height: auto;
    display: block;
    border: 3px solid #000;
}

header h1 {
    float: left;
    display: inline;
}

header nav {
    float: right;
    margin-top: 10px;
}

header nav ul {
    list-style: none;
}

header nav li {
    display: inline;
    margin-left: 20px;
}

header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

section {
    padding: 20px 0;
    margin-bottom: 20px;
    background: #fff;
}

.project {
    border: 1px solid #E6E6FA;
    padding: 20px;
    margin-bottom: 20px;
}
.btn {
    display: inline-block;
    color: #fff;
    background: #333;
    padding: 8px 16px;
    text-decoration: none;
    margin-top: 10px;
}
footer {
    color: #000;
    text-align: center;
    padding: 1rem 0;
    margin-top: 20px;
}

/* Header & Navigation Styling */
header {
    background: #333;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #0779e4;
}

header h1 {
    color: #6495ED;
    float: left;
}

header nav {
    float: right;
    margin-top: 10px;
}

header ul {
    list-style: none;
}

header li {
    display: inline;
    margin-left: 20px;
}

header a {
    color: #fff;
    text-decoration: none;
}
.video-container {
    text-align: center;
    margin: 40px 0;
}
.video-box {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1200px;      /* Set a reasonable max width */
    margin: 40px auto;      /* Center horizontally */
    padding: 24px;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.video-box video {
    width: 100%;
    max-width: 540px; /* or any preferred max width */
    height: auto;     /* maintain aspect ratio */
    border: 3px solid #000;
    object-fit: contain; /* optional: show full video without cropping */
}

.Video {
    text-align: center;
    min-height: 100vh;              /* Full viewport height */
    display: flex;
    flex-direction: column;
    justify-content: center;        /* Vertically center content */
    align-items: center;            /* Horizontally center content */
}
