.outOfDate {
 	text-align: center;
    background: #266c90;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000000;
}

.outOfDate__box {
	display: block;
	position: relative;
	margin-top: 75px;
}

.outOfDate .logo {
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

p.vert-centr {
	margin: 0;
	padding: 50px 0;
  	font-size: 36px;
  	color: white;
}

a.download-browser {
	position: relative;
	font-size: 16px;
	text-decoration: underline;
	font-family: 'Comfortaa', cursive;
	color: white;
}

a.download-browser:hover {
	color: rgba(255,255,255,.4);
}