@font-face {
    font-family: 'Harry Potter Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Harry Potter Regular'), url('fonts/HARRP___.woff') format('woff');
}

body {
    background-image: url("images/background.jpeg");
    height: 100%;
    width: 100%;
}

#content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    width: 80%;
}

#titlecontainer {
    text-align: center;
    margin: auto;
    width: 100%;
}

#title {
    font-family: 'Harry Potter Regular';
    color: white;
    font-weight: normal
}

#form, #imagecontainer {
    text-align: center;
    margin: auto;
    width: 100%;
    color: white;
}

#choices {
    width: 100%;
}

#choices td {
    text-align: center;
    padding: 4px;
}

#choices button {
	box-shadow: inset 0px 1px 0px 0px #378ae8;
	background: linear-gradient(to bottom, #0a80ff 5%, #124291 100%);
	background-color: #0a80ff;
	border-radius: 6px;
	border: 1px solid #073e8c;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 16px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #054c94;
}

#choices button:hover {
	background: linear-gradient(to bottom, #124291 5%, #0a80ff 100%);
	background-color: #124291;
}

#choices button:active {
	position: relative;
	top: 1px;
}

#note {
    padding-top: 24px;
    text-align: center;
    margin: auto;
    width: 100%;
    color: white;
    font-size: 16px;
}

#footer {
    font-family: 'Harry Potter Regular';
    color: white;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.4);
}

#otherhouses {
    font-family: 'Harry Potter Regular';
    color: white;
    font-weight: normal;
    font-size: 18px;
    padding-top: 4px;
    text-align: center;
}