body {
	font-family: 'Roboto Slab', serif;
	color: #FFFFFF;
	display:flex;
	margin:0;
	height:100vh;
	align-items: center;
	background-image: url("bg.webp");
}

a {
	color: #00c8c8;
	text-decoration: none;
	transition: all 0.2s ease;
}
a:hover {
	color: #4da6ff;
	text-decoration: underline;
}


.content {
	text-align: center;
	width: 85vw;
    margin: 0 auto;
    overflow: auto;
	max-width: fit-content;
	background-image: url("content-bg.webp");
	padding: 5px 20px 10px 20px;
	border-radius: 25px;
	border: 2px solid #000000;
}

.t {
	font-size: 55px;
	margin-top: 8px;
}


.sharelinks {
	list-style-type: none;
	font-size: 34px;
	line-height: 14px;
}

.err_code {
	font-size: 100px;
	line-height: 0px;
}

.err_403 {
	font-size: 34px;
	line-height: 15px;
}

.err_403_desc {
	font-size: 25px;
	line-height: 12px;
}

.back {
	font-size: 24px;
	line-height: 5px;
}