body{
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

div{
    display: flex;
    align-items: center;
    justify-content: center;
}
video{
    width: 80%;
    height: 80%;
}

i, #metflix_logo_desktop{
    color: white;
    font-size: 2em;
    z-index: 2;
    margin: 15px;
}

#onewrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#onewrapper > {
    margin: 15px;
}



button{
    background-color: transparent;
    border: none;
}

