body {
	margin: 0;
	width: 100vw;
	height: 100vh;
	background-image: url("tausta.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
#title {
	text-align: center;
	font-size: 3rem;
	margin: 1rem 0 0 0;
}
#logo {
	display: block;
	opacity: 0.8;
	margin: 0 auto;
	width: 95%;
	max-width: 600px;
	max-height: 75%;
	padding: 0;

}
#years {
	text-align: center;
	font-size: 2rem;
	margin: 0;
}
#image-source {
	position: absolute;
	text-align: right;
	opacity: 0.75;
	right: 10px;
	bottom: 10px;
	font-size: 0.75rem;
	margin: 0;
}