
body {
    margin: 0;
    font-family: 'Myriad Pro', sans-serif;
    background-color: #f5f5f5;
}


.video-player-container {
    position: relative;
    width: 80%;
    margin: auto;
    padding-top: 20px;
    background-color: #565655; /* Corporate gray */
    border: 5px solid #94c01b; /* Corporate green */
    border-radius: 10px;
    overflow: hidden;
}

video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.logo-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: auto;
    opacity: 0.8;
}

footer {
    background-color: #565655;
    color: white;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.9em;
}

footer a {
    color: #94c01b;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
