:root {
	font-size: 1rem;
	@media (min-width: 991px) {
		font-size: 1vw;
	}
	@media (min-width: 1440px) {
		font-size: 16px;
	}
}

body {
	position: relative;
	box-sizing: border-box;
	height: 100svh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
	padding: 1rem;
	@media (min-width: 991px) {
		padding: 2rem;
	}
}

/* #compact {} */

section {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.75rem;
}

#symbol {
	aspect-ratio: 1/1;
	width: 3.8rem;
}

h1 {
	font: 400 1.375rem/1 "STK Bureau";
}

a {
	display: flex;
	padding: 0.9375rem 1.625rem;
	justify-content: center;
	align-items: center;
	background: black;
	color: white;
	text-decoration: none;
	font: 400 0.875rem/1 "Geist";
	border-radius: 0.625rem;
}

p {
	font: 400 0.75rem/1.2 "Geist";
	max-width: 42ch;
	@media (min-width: 991px) {
		min-width: 65ch;
	}
}

.r {
	color: #e53838;
}
.b {
	color: #347bde;
}
.g {
	color: #23ada2;
}
