*, *::before, *::after {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.center {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #050505;
	text-align: center;
}

.content {
	width: 90%;
	max-width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #F0F8FF;
	z-index: 1;
}

.links {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-top: 24px;
}

.links a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: #F0F8FF !important;
	text-decoration: none;
}

.links a span {
	font-size: 15px;
}

.links .fa {
	font-size: 36px;
}

body, h1, h2, h3, h4, h5, h6, button {
    font-family: "Crimson Pro", Georgia, serif;
    font-weight: 300;
    letter-spacing: 0.03em;
}

h1 {
    font-size: clamp(1.8rem, 8vw, 3rem);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.2rem;
}

h3 {
    margin-bottom: 2rem;
}
