@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz&display=swap');
/* font-family: 'Yanone Kaffeesatz', sans-serif; */

#wrapper {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	background-image: url("rocket/night-sky.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 1080px;
	padding: 30px;
	text-align: center;
}

h1 {
	color: white;
	font-size: 110px;
	margin-bottom: 20px;
}

ul li{
	font-size: 62px;
	list-style: inside;
	margin: 7px 0px;
	color: white;
}

a:link {
	text-decoration: none;
	color: slateblue;
	transition: all 1s ease-out 0s;
}

a:hover {
	font-size: 82px;
	transition: all 1s ease-in-out 0s;
}