* {
	box-sizing: border-box;
}

html {
	background-color: #34495e;
	font-family: "Noto Sans", "Roboto", "sans-serif";
	color: #bdc3c7;
}

body {
	margin: 0;
}

header {
	text-align: center;
}

header h1 {
	color: #bdc3c7;
	font-size: 50px;
	display: inline-block;
}

main {
	min-height: calc(100vh - 30px);
}

.picnav {
	display: block;
	text-align: center;
}

.picnav a {
	display: inline-block;
	width: 300px;
	text-decoration: none;
	padding: 15px 0;
}

.picnav .desc {
	margin: 0;
	font-size: 28px;
	color: #c0392b;
	font-weight: bold;
}

.picnav img {
	max-width: 250px;
	height: 250px;
}

.picnav a:hover {
	transform: scale(1.1);
}

footer {
	height: 30px;
	text-align: center;
	color: #7f8c8d;
}
