* {
	margin: 0 auto;
	padding: 0;
	font-family: 'Bahnschrift', 'Arial', sans-serif;
	box-sizing: border-box;
	max-width: 1920px;
	color: #2f3766;
}

body {
	background-image: linear-gradient(to bottom, #b7cef7, #a1bbeb, #8ca9df, #7797d2, #6285c6);
}

#main {
	height: 100vh;
	background-image: linear-gradient(to bottom, #deebfa, #cde2fb, #bcd9fd, #aad0fe, #99c7ff);
}

#main h1 {
	font-size: 30px;
	text-shadow: 0 0 1px #272e3b;
	text-align: center;
	padding: 50px 0;
}

table {
	margin: auto;
	border-collapse: collapse;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	font-size: 18px;
	text-align: center;
}

table th:nth-child(1) {
	width: 100px;
}

table th {
	width: 250px;
}

table tr:nth-child(1) {
	background-color: #6c7ae0;
}

table tr {
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
	color: #ffffff;
}

table th, td {
	padding: 12px 15px;
}