:root {
	--bg: #202124;
	--text: #d4d4c9;
}

* {
	font-family: 'Poppins', sans-serif;
}

html {
	background: var(--bg);
	color: var(--text);
}

section {
	margin: auto;
	margin-top: 100px;
	width: 50%;
	padding: 20px;
}

h1 {
	font-size: 50px;
}

form div {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-input-label {
	margin-right: 15px;
	font-size: 20px;
}

input[type='text'],
input[type='checkbox'] {
	font-size: 16px;
}

.btn {
	padding: 6px;
	border-radius: 8px;
	border: none;
	font-size: 16px;
	cursor: pointer;
}

td,
th {
	font-size: 20px;
	padding: 10px;
	text-align: center;
	margin: 3px;
	border-radius: 3px;
}
