p {
	white-space: pre-line;
}

h1 {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

.pagebox {
	margin: auto;
	width: 65%;
}

.box {
	padding: 10px;
	border: 2px solid #323232;
	border-radius: 5px;
	background-color: #191919;
	box-shadow: 0px 0px 5px black;
}

table {
	table-layout: auto;
	border-collapse: collapse;
	word-break: break-word;
	width: 100%;
}

table td:nth-child(1),
table th:nth-child(1) {
	width: 20%;
}

th,
td {
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	white-space: pre-line;
	padding: 5px;
	border: 1px solid #676767;
}

th:hover,
td:hover {
	background-color: rgb(75, 75, 75);
}

tbody>tr:nth-of-type(even) {
	background-color: rgb(50, 50, 50);
}

#snow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: -1;
}

@media screen and (max-width: 1024px) {
	.pagebox {
		width: 80%;
	}
}

@media screen and (max-width: 768px) {
	.pagebox {
		width: 90%;
	}
}
