body {
	background-color: pink;
	padding: 20px;
	font-family: Arial, sans-serif;
	font-size: 5vw;
	line-height: 1.2;
	letter-spacing: -0.5px;
	font-weight: bold;
}

.container {
	position: absolute;
	top: 0;
	bottom: 0:;
  	left: 0;
  	right: 0;
	height: 100%;
	width: 100%;
	padding-left: 20px;
}

h1 {
	color: black;
}

a {
	color: black;
	text-decoration: none;
}


a:hover {
	color: blue;
	filter: blur(0.2vw);
	text-decoration: underline;
}
