*{
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: transparent;

}

html{
    overflow: hidden;
    text-align: center;
}

video{
    z-index: -1;
}

.body{
    background: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-width: 100%;
}

video{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

h1{
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin: 15px;
    text-transform: capitalize;
    font-family: sans-serif;
}

p{
    text-transform: capitalize;
    margin-right: 5px;
}

span{
    
    display: flex;
}

a{
    text-decoration: none;
    color: cyan;
}