body {
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url("img/skvgrbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

a {
	text-decoration: none;
}

img {
	width: 150px;
	margin-top: 10px;
	filter: drop-shadow( 1px 1px 1px #fff );
}

h1 {
	color: #fff;
	font-size: 46px;
	text-shadow: 1px 1px 4px #222;
}

.header {
	max-width: 400px;
	margin: auto;
}

button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	min-width: 300px;
	max-height: 71px;
	background: #d91420;
	font-size: 18px;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
	outline: 0;
	cursor: pointer;
}

button:hover {
	background: #222;
	transition: 0.6s;
}

.fa-windows {
	color: #fff;
	font-size: 28px;
	margin-left: 10px;
}

.fa-apple {
	color: #fff;
	font-size: 32px;
	margin-left: 10px;
}

.header {
	text-align: center;
	margin-top: 15%;
}

