body {
    width: 100%;
    display: flex;
    align-content: center;
    position: relative;
    margin: auto;
    background-color: transparent;

    font-family: sans-serif;

}

body, main, .video-container {
    height: fit-content;
}

main {
    background-color: rgb(74, 152, 241);
    width: 85%;
    margin: auto;
    position: relative;

}

.navbar-position {
    display: block;
    width: 85%;
    position: fixed;

}

.startup-content {
    margin-top: 110px;
}

.top-heading {
    font-size: 50px;
    text-align: center;
    color: 000;
    background-color: rgb(207, 206, 206);
    
    width: fit-content;
    margin: 10px auto 10px auto;
    padding: 25px;
    border: 5px solid black;
    border-radius: 15px;

}

.video-container {
    background-color: transparent;
    margin: 25px 0px 100px 0px;
}

.video-label {
    display: flex;
    justify-content: center;

    font-size: 35px;
    
    background-color: transparent;
    color: black;
        
}


.video-frame { 
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 50px;
}

.video {
    aspect-ratio: 16 / 9;
    width: 95%;
    max-width: 10000px;

}
