body {
	font-family: 'Inter', sans-serif;
	background-image: url('../img/background.png');}

main {
	height: 100vh;
	margin: 0;
	padding: 1em;
	display: flex;
	justify-content: center;
	align-items: center;}

.logo {
	display: flex;
	justify-content: center;
	align-items: center;}

.logo img {
	width: 60vw;
	max-width: 500px;}

.infos {
	text-align: center;}

h1 {
	margin: 0;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: -.05em;}

h2 {
	margin: 0;
	font-size: 1.5em;
	font-weight: 400;}

h3, p {
	font-size: .8em;
	font-weight: 400;}

.rs img {
	margin: 1em 0 0 0;
	max-width: 24px;}

.comingsoon {
	margin: 2em 0 0 0;
	font-size: .8em;
	font-weight: 400;
	letter-spacing: .2em;
	text-transform: uppercase;}