body {
    background-color: rgb(0, 0, 0);
    align-items: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 0;
    background: 333;
    margin: 0;
    box-sizing: border-box;
}
.video_player {

    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.vids {
    width: 100%;
}
.top_layer {
    transition: opacity 1.5s;
    align-items: center;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 1000px;
    background-color: black;
    object-fit: cover;
    opacity: 0.3;
    margin: 0;
}
.top-contents {
    
    align-items:center;
    position: absolute;
    padding: 0;
    overflow: hidden;
    z-index: 11;
    width: 100%;
    height: 100%;
    margin: 0;

}
.home-button {
    transition: opacity 1.5s;
    position: relative;
    align-self: center;
    top: 25%;
    left: 48%;
    height: 70px;
    width: 200px;
    color: white;
    font-size: 30px;
    opacity: 0.1;
    background-color: black;
    border: none;
}

.title_background {
    transition: opacity 1s;
    position:relative;
    align-items: center;
    left: 28%;
    top: 10%;
    height: 220px;
    width: 900px;
    background-color: rgb(0, 0, 0);
    opacity: 0.1;
}
.title {
    position: relative;
    left: 0%;
    text-align: center;
    font-size: 1000%;
    color: white;
}