body {
	background-image: url("background.jpg");
	/* https://www.pinterest.com/pin/180495897553590001 */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Segoe UI";
	color: white;
	text-align: center;
}

.box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 50px;
	box-shadow: 0px 0px 20px 5px #000;
	border-radius: 30px;
	background-color: rgba(20, 20, 20, 0.2);
	backdrop-filter: blur(3px);
}

h1 {
	margin: 0;
	padding-bottom: 10px;
}

h2 {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

p {
	margin: 0;
	padding: 10px 0 20px 0;
}

a:link,
a:visited {
	color: cornflowerblue;
}

a:hover,
a:active {
	color: white;
	text-decoration-color: cornflowerblue;
}

ul {
	text-align: left;
	position: relative;
	left: 25%;
	margin: 0;
	padding-left: 0;
}

blue {
	color: cornflowerblue;
}