body {
	height: 100vh;
	background-image: linear-gradient(to bottom right, #ff71ce, #fffb96, #b967ff);
}

@media screen and (max-width: 300px) {
	h1 {
		font-size: 1.1rem;
	}
}