* {
   margin: 0px;
   padding: 0px;
   text-decoration: none;
   list-style: none;
   font-family:'Lato', sans-serif; arial, sans-serif;
}

body {
   background: #646464;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -moz-box-orient: horizontal;
   -ms-box-orient: horizontal;
   box-orient: horizontal;
}

body {
    margin: 0;
}

video {
    min-width: 110%;
    min-height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -2;
}



h1 {
    width: 100%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

div {
    margin-top: 20vh;
    margin-left: auto;
    margin-right: auto;
}

img {
    width: 150px;
    height: 210px;

}