body {
	margin: 0;
	height: 100vh;

	background: #07070a;

	font-family: "Poppins", sans-serif;

	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0px !important;
}
