body{
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	padding:0px;
    color: #777777;
    font-size: 14px;	
	-webkit-text-size-adjust: none;
	/*background: #900229;*/
	background: #000fff;
}


*{
	transition: all 0.3s ease;
}
img{
	max-width: 100%;
}

ul{
	list-style-type:none;
    padding: 0px;
    margin: 0px;
}

a{
	color: #2b2b2b;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #262e67;
}

.verticle-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.myVideo {
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}