* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 10px;
}

.main {
	background-image: url('../img/bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 100vh;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.closed {
	background-image: url('../img/closed.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	left: 25%;
	top: 5%;
	height: 30%;
	width: 50%;

}