* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

html {
	font-size: 10px;
}

.section {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.title {
	color: rgb(251, 146, 60);
	font-size: 30rem;
	font-weight: 900;
	line-height: 80%;
	text-align: center;
}

svg {
	position: absolute;
	top: 3.2rem;
	left: 50%;
	transform: translateX(-50%);
	height: 5.2rem;
}
