body {
    background-image:url("https://biscuit.crd.co/assets/images/image48.jpg?v=cc1c6dfa");
    font-family:'Comic Sans MS';
	color:black;
	margin:0;
	font-size:14px;
	height:1340px;
}

header {
    text-align:center;
    display:block;
}

.section-one {
    background-color: aliceblue;
    border:groove;
    color:crimson;
    width:800px;
    height:1010px;
    margin:auto;
    padding:10px;
}

.section-one a {
    text-decoration:none;
    color:cornflowerblue;
}

.section-one, p, h1, h2, h3, ol, li {
    text-align:center;
}

.section-one ol, li {
    text-align:center;
    list-style:none;
    text-indent:-2.5em;
}

.section-one a:hover {
    text-decoration:none;
    color:seagreen;
}

.dividers {
    text-align:center;
    margin:20px 0 20px 0;
}

.footer {
	font-family:'Times New Roman';
	align-content:center;
	font-style: italic;
	width:100%;
	height:100px;
	background-color:black;
    text-align:center;
    float:left;
    box-sizing: border-box;
	color:white;
	border-top: groove gray;
	font-size:18px;
}

.footer a {
	font-size:15px;
	color:darkred;
}

.footer table {
	width:100%;
}

.footer th {
	width:33%;
}