@font-face {
	font-family: "Nabla";
	src: url("../fonts/nabla.ttf");
}

body {
	align-items: center;
	background-color: #99E8EC;
	display: flex;
	height: 100vh;
	justify-content: center;
	overflow: hidden;
}

.landing-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

.landing-title-container {
	display: flex;
	height: 96px;
	justify-content: center;
	margin-bottom: 1rem;
	width: 80vw;
}

.landing-title {
	font-family: "Nabla", sans-serif;
	font-size: 48px;
	margin: 0 auto;
}

.landing-image {
	height: auto;
	max-width: 320px;
	width: 100%;
}

@media only screen and (min-width: 728px) {
	.landing-title-container {
		height: 140px;
	}

	.landing-title {
		font-size: 91px;
	}
}

@media only screen and (min-width: 1024px) {
	.landing-title-container {
		height: 240px;
		margin-bottom: 2rem;
	}

	.landing-title {
		font-size: 140px;
	}
}

@media (min-width: 2048px) {
	.landing-title-container {
		height: 320px;
	}

	.landing-title {
		font-size: 240px;
	}
}
