body {
    margin: 0;
    background-color: #F4F3F2;
    font-family: "Changa", sans-serif;
    font-weight: 200; 
}

.navbar {
    background-color: #1D428A; 
    padding: 10px 20px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar a {
    color: white;
    text-decoration: none; 
    margin: 0 15px; 
    font-size: 20px;
    font-weight: bold;
    font-weight: 6  00;
}
.navbar a:hover{
    text-decoration: underline;
    text-decoration-color:#ffC72C;
}

.navbar ul {
    list-style-type: none; 
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar li {
    margin: 0 30px; 
    text-transform: uppercase;
}

.navbar img {
    height: 60px; 
}
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 5rem;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}