@import url(https://fonts.bunny.net/css);

* {
	box-sizing: border-box;
}

body {
	font-family: "Inter", sans-serif;
}

main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 75vh;
	text-align: center;
}

footer {
	margin-top: 4em;
}

h1 {
	font-size: 1rem;
}

h3 {
	margin-bottom: 0;
}

.card .card-spanish {
	font-size: 2rem;
	cursor: pointer;
	text-decoration: underline;
}

.card .card-translation {
	display: none;
	font-size: 1.5rem;
}