body,
html {
	height: 100%;
	display: grid;
	background-color: #ffdd40;
	margin: 0;
}

p {
	margin: auto;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #ffdd40;
	white-space: nowrap;
	font-size: 70px;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}

@media (max-width: 800px) {
	p {
		font-size: 7vw;
	}
}