@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'harrypotter';
  src: url('fonts/harrypotter.ttf');
}

@font-face {
  font-family: 'lumos';
  src: url('fonts/lumos.ttf');
}

body {
	margin: 0px;
}
#container {
	width: 1290px;
	height: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
}
#textbox {
	width: 1270px;
	height: 150px;
	background-color: #000000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border: 10px solid #D4AF37;
}
p {
	color: #FFFFFF;
	text-align: center;
	font-size: 35px;
	font-family: lumos;
}

.clickable {
	cursor: pointer;
}

#yes {
	position: absolute;
	top: 300px;
	left: 250px;
}

#no{
	position: absolute;
	top: 300px;
	right: 250px;
}