a {
	padding: 5px 10px;
	background-color: cornflowerblue;
	border-radius: 25px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 2.5vh;
}

body {
	margin: 0;
	font-family: Helvetica, sans-serif;
}

h1 {
	font-size: 5vh;
	padding: 0 25px;
}

header {
	position: fixed;
	padding: 15px;
}

main {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100vh;
	width: 100vw;
	text-align: center;
}

p {
	font-size: 2.5vh;
	padding: 0 25px;
}