
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	background-image: linear-gradient(180deg, rgba(20,186,227,1) 0%, rgba(0,150,86,0.5) 25%, rgba(147,194,73,0.7) 50%, rgba(255,221,0,0.5) 75%, rgba(249,178,50,1) 100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.5rem;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

h1::after {
	display: block;
	margin: .5rem auto;
	content: '';
	height: 2px;
	width: 30%;
	background-color: #fff;
}

.container {
	max-width: 600px;
	margin: auto;
	text-align: center;
	padding: 1rem;
}

img {
	width: 40%;
	height: auto;
	margin-top: 1rem;
}

.bigFont {
	font-size: 1.5rem;
}