/* Reset & base styles */
body {
	margin: 0;
	color: #27272A;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "degular-display",sans-serif;
}

.logo {
	margin-bottom: 4rem;
}

.logo img {
	height: 40px;
	width: auto;
}

.container {
	padding: 24px;
}

h1 {
	color: #ED6E3B;
	font-size: 68px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 68px */
	letter-spacing: 2.04px;
	margin-bottom: 20px;
}

p {
	color: #3F3F46;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.6px;
}
