body
{
	background-image: url("images/bg_1.webp");
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-style: italic;
	text-align: center;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
	color: white;
}

h2, h3, h4, p, li, th, label
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

a
{
	color: rgba(175, 175, 175, 1);
	font-family: Arial, Helvetica, sans-serif;
}

.section1 div
{
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border-width: 5px;
	border-style: solid;
}

.section2 h1
{
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border-width: 5px;
	border-style: solid;
	padding: 5px 0px 5px 0px;
}

.section3 table
{
	width: 250px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	margin: auto;
}

.section3
{
	justify-content: center;
	align-items: center;
}

.section1 h2
{
	padding: 5px 35px 5px 35px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 15px;
}

.section2 h3, h4
{
	text-align: center;
}

.section3 a
{
	padding: 5px 5px 5px 5px;
}

.section3 img
{
	border-radius: 15px;
}

.section4 img
{
	border-color: rgba(0, 0, 0, 1);
	border-width: 3px;
	border-style: solid;
	border-radius: 15px;
}

.section4 table
{
	width: 250px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	margin: auto;
}

.section4
{
	justify-content: center;
	align-items: center;
}

.section4 fieldset
{
	border-style: none;
}

#nav
{
	justify-content: center;
	align-items: center;
}

#nav table
{
	width: 100%;
	height: 35px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border-width: 5px;
	border-style: solid;
}

#nav th
{
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	width: 100px;
	height: 20px;
	align-items: center;
	border-width: 1.5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.2);
}

#nav a
{
	color: white;
	text-decoration: none;
}

#validation
{
	text-align: center;
}