.container {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 212, 255, 1);
	background: linear-gradient(
		180deg,
		rgba(2, 0, 36, 1) 0%,
		rgba(91, 91, 237, 1) 35%,
		rgba(0, 212, 255, 1) 100%
	);
	display: flex;
	justify-content: center;
	align-items: center;
}

.content {
	font-family: 'Montserrat', sans-serif;
}

.content__title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.5rem;
	color: hsl(0, 0%, 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.content__title--message {
	text-align: center;
}

.content__title--symbol {
	font-family: 'Material Symbols Sharp', sans-serif;
	font-size: 3rem;
}

.content__message {
	text-align: center;
	font-size: 1.5rem;
	color: hsl(0, 0%, 92%);
}

.material-symbols-sharp {
	font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

.p__inline--0-5 {
	padding-inline: 0.5rem;
}
