body {
    
	background-image: url('../img/background.jpg');
	background-size: cover;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;*
}
.topleft{
	margin: auto ;
	text-align:center;
}
.topleft img{
	text-align:center;
	margin-top:10%;
	width: 468px;
    
}
.middle {
	text-align: center;
}
.middle h1{
	color:#000000;
	font-size: 53px;
}
.middle p{
	color:#000000;
	font-size: 38px;
}
hr {
    margin: auto;
    width: 20%;
}