@font-face {
    font-family: Acherus;
    src: url("./acherus_grotesque_medium.otf") format("opentype");
}

body {
	padding: 0;
	margin: 0;
}

main {
	width: 100vw;
	height: 100vh;
	background-color: #861F41;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: white;
}

.faces-container {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 100%;
	font-size: 700px;
}

.positive, .negative {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.logo-container {
	width: 100%;
	text-align: center;
	padding-top: 1rem;
}

.logo {
    width: 400px;
}

.space-container {
    width: 100%;
    text-align: center;
    padding: 2rem 0;
}

.space {
	height: 70px;
	width: 100%;
	text-align: center;
	padding: 2rem 0;
	font-family: "Acherus", sans-serif;
	text-transform: uppercase;
	font-size: 2rem;
}

.detail-item {
    font-size: 4rem;
	font-family: Acherus, sans-serif;
	margin: 2rem;
	cursor: pointer;
	list-style-type: none;
	border: 5px solid white;
	padding: 1.5rem;
}

.more-detail {
    font-family: Acherus, sans-serif;
	font-size: 4.5rem;
	margin: 1rem;
}

.thanks {
	font-size: 5rem;
	font-family: Acherus, sans-serif;
}