@font-face {
	font-family: 'Abril';
	src: url(AbrilFatFace-Regular.ttf);
	font-weight: normal;
	font-style: normal;
}

body {
background-color: black;
height: 100vh;
}

a {
color: white;
}

/* Left Panel */
#left {
background-color: black;
border: 7px solid white;
float: left;
width: 200px;
height: 225px;
}

/* Center Style */
#center {
background-color: black;
margin-left: 300px;
margin-right: 300px;
height: 3825px;

}

#Bell {
float: left;
height: 270px;
width: 210px;
margin-left: 27px;
margin-right: 10px;

border: 3px solid white;
}

.futureImage {
border: 3px solid white;
height: 180px;
width: 130px;
margin-right: 10px;

float: left;
}