		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}

body {
	position: relative;
	text-align: center;
	background-color: yellow;
	font-family: sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 7vw;
	width: 100%;
	position: fixed
}

.top {
	top: 0;
	margin-top: 5%;
	
}

.bottom {
	bottom: 0;
	margin-bottom: 5%;
}


ul {
 font-size: 2vw;
 line-height: 3vw;
 margin-top: 20%;
 margin-bottom: 20%;
}

