@charset "UTF-8";
/* CSS Document */
* {
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}
body {
	background-color: #F15A22;
	background-image: url("/images/background.avif");
	background-size: cover;
}
.main-wrapper {
	align-items: center;
	display: flex;
	height: calc(100vh - 20px);
	justify-content: center;
	padding: 0 20px;
	width: 100%
}
.main-container {
	justify-conten: center;
	max-width: 420px;
	text-align: center;
	width: 100%;
}
.line-1 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
}
.line-2 {
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
}
.line-3 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
}
a, a:visited, a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
}
