h1 {
	font-family: 'Bungee', cursive;
	font-size: 44px;
}


p, h2 {
	font-family: 'Montserrat', sans-serif;
}

.splash {
	text-align: center;
	width: 100%;
	margin-top: 100px;
}

.secure {
	color: blue;
}

.notsecure {
	color: red;
}

#update {
	display: flex;
	justify-content: center;
}

