body {
    background-color: black;
    color: white;
}

tr:nth-child(even){
	background-color: #181818;
	}
	
input[type="search"]{
	width: 100%;
	font-size:48px;
}

input[type="submit"]{
	width: 50%;
	font-size:48px;
}
	
@viewport{
    zoom: 1.0;
    width: device-width;
}

#oops img {
    width: 100%;
    height: 100%;
}
