body {
	background-image: url(img/balderdash.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-color: #0082D1;
	max-width: 100%;
	color: white;
	font-size: 28px;
	font-weight: bold;
	font-family: "Courier New", monospace;
	text-align: center;
	text-shadow: 4px 4px 10px black;
}

img {
	max-width: 95%;
}

.codswallop {
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;	
	user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}