.outdated {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1005;
	background-color: white;

	padding: 150px 50px 50px;
	height: 100%;
	width: 100%;
}

.outdated h2 {
	font-size: 40px;
	font-weight: 300;
	text-align: center;
}

.outdated img {
	margin-top: 40px;
	width: 100%;

	display: block;
}