
body {
    margin: 0%;
    padding: 0;
}

.home {
    position: relative; /*ab pos*/
}
.player video{
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: relative;
}

.overlay {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    text-align: center;
    margin-left: 36%;
    margin-top: 15%;
}
.nav {
    width: 100%;
    height: 15%;
    position: absolute;
    top: 90%;
    background-color: white;
    display: flex;
    border-bottom: 1px solid gray;
    z-index: 3;
}

.left,.right {
    width: 10%;
    height: 100%;
    text-align: center;
}

.end {
    width: 16%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.menu {
    width: 16%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-right: 1px solid gray;
}

a {
    color: gray;
    font-size: 18px;
    text-decoration: none;
}

.nav a:hover {
    height: 100%;
    width: 80%;
    text-align: center;
    line-height: 47px;
    background-color: cornflowerblue;
    color: white;
    border-radius: 7px;
    transition: 1s; /**/
}

button{
    width: 60px;
    height: 30px;
}

#first{
    font-size:xx-large;
    color: brown;
}

#name{
    font-size: larger;
    color: brown;
}

#second{
    color: cyan;
}