body {
	background-color: #1b1c1b;
}

.Head {
	font-family: "Roboto Slab", serif;
	font-size: 40px;
	color: white;
	text-align: center;
        padding-top: 25px;
}

header {
	background: black;
}
footer {
        background: black;
}
.footcontent {
	font-family: "Roboto Slab", serif;
	font-size: 17px;
        color: red;
        padding-top: 0px;
        padding-left: 890px;
}
