@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lobster&display=swap');

html {
	height: 100%;
	margin: 0px;
	background-size: cover;
	background-repeat:no-repeat;
}

body {
	background: linear-gradient(0deg, rgb(40, 85, 121) 0%, rgb(173, 206, 55) 100%);
}

.title {
	font-family: 'Lobster', cursive;
	font-size: 10em;
	color: #fff;
}

.subtitle {
	font-family: 'Bebas Neue', cursive;
	font-size: 5em;
}
