* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    height: 100vh;
    box-sizing: border-box;
    background-color:#2a2a2e;
    color: #2a2a2e;
}

video {
    max-width: 100%;
    height: 900px;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; 
}

.logo {
    position: absolute; 
    top: 05px;         
    left: 20px;       
    width:200px;      
    height: auto;      
}