#banner {
	text-align: center;
	width: 25%;
	height: 25%;
}

#navigation {
	color: red;
	text-align: center;
	background-color: black;
	border: 1px solid;
	border-color: white;
	margin: 5px;
	padding: 5px;
	width: 50%;
	font-size: 100%;
}

#block {
	color:white;
        text-align: center;
        background-color: black;
        border: 1px solid;
        border-color: white;
        margin: 5px;
        padding: 5px;
        width: 50%;
}

#splash {
	text-align: center;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#results {
	background-color: black;
	color: white;
}

a {
	color: lime;
}

a:hover {
	color: #FF02A2;
}

h2 {
	color: #FF02A2;
	font-size: 100%;
}

body {
	background-image: url('trippy.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
