@import url('https://fonts.googleapis.com/css2?family=Luxurious+Roman&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

*{
	font-family: sans-serif;
}

#topImage{
	width: 100%;
}

body{
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	background-color: lightblue;
}

#infoText{
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 60%;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 2px;
	
}

footer{
	border-top: 1px solid gray;
	background-color: darkcyan;
	text-align: center;
	
	height: 100px;
}