* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	font-size: 62.5%;

	--color-text: #241F16;
}

body {
	font-size: 1.6rem;
	font-family: "Mada", sans-serif;
	
	background: url('assets/img/background.png') no-repeat top center;

	height: 100vh;
}

main {
	display: grid;
	place-content: center;
}

.logo {
	margin: 13.1rem auto 0;
}

.alert-text {
	text-align: center;
	margin-top: 13.8rem;
}

.alert-text p {
	color: var(--color-text);
	font-size: 6rem;
	font-weight: bold;
	line-height: 8rem;
}

.alert-text span{
	color: #ED5452;
	font-size: 8.7rem;
}

.email {
	text-align: center;
	border: 1px solid #E20613;
	padding: 2rem 4rem;
	margin-top: 7.2rem;
}

.tks {
	text-align: center;
	color: var(--color-text);
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 3.6rem;
	margin-top: 14.1rem;
}