@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

html {
	background-image: url('page.background.jpg');
	background-size: cover;
	background-position: bottom center;
	min-height: 100dvh;
}

#frame {
	margin: 0px auto;
	padding: 20px;
	/*background: rgba(226, 226, 200, 0.7);*/
	background: rgba(255, 255, 255, 0.8);
	width: 700px;
	border-radius: 15px;
}

.intro {
	text-align: center;
	margin-bottom: 25px;
}

.center {
	text-align: center;
	padding-top: 20px;
}
.bold {
	font-weight: bold;
}

h2 {
	margin-top: 10px;
}

ul {
	list-style-position: inside;
}

a, a:visited {
	color: black;
}

#alert {
	width: 400px;
	border: 1px solid black;
	background: #f37f7f;
	padding: 20px 10px;
	margin: 20px auto;
}