body {
    background-image:url("https://m.media-amazon.com/images/I/71m8cb-dY6L._AC_SY300_SX300_QL70_FMwebp_.jpg");
	background-size:300px;
    margin:0;
    text-align:center;
    font-family: Cambria, Cochin, 'Times New Roman';
    font-weight: normal;
    display:block;
	height:min-content;
}

p {
    font-size:18px;
    text-indent: 2em;
}

.section-two {
    margin:auto;
    height:700px;
    width:1200px;
    background-color:aliceblue;
    border:ridge black;
    border-top:none;
    margin-bottom:30px;
}

.header {
    background-color:#000000;
    color:white;
    padding:15px;
    border:ridge black;
    font-size:30px;
	width:1170px;
	margin:auto;
}

.smaller-header {
    background-color:#482f61;
    color:white;
    padding:20px;
    font-style: italic;
    border:groove gray;
}

.left {
    margin:10px;
    margin-right:0;
    float:left;
    height:670px;
    width:70%;
    padding:10px;
    padding-left:20px;
    text-align:left;
    box-sizing:border-box;
    margin-bottom:0;
}

.right {
    margin:10px;
    float:right;
    height:670px;
    width:330px;
    box-sizing:border-box;
    margin-bottom:0;
}

.one {
    margin:5px;
    padding:5px;
    text-align:left;
    height:fit-content;
    background-color:white;
    border:black solid;
}

.two {
    margin:5px;
    padding:5px;
    text-align:left;
    height:fit-content;
        background-color:white;
    border:black solid;
	min-width:200px;
}

.profile-image {
    height:300px;
    width:300px;
    margin:auto;
    border:black solid;
}

.after-table {
    margin:10px;
    margin-top:0;
    float:left;
    height:200px;
    padding:20px;
    padding-top:0;
    text-align:left;
    box-sizing:border-box;
}

.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;
	text-decoration: none;
}

.footer table {
	width:100%;
}

.footer th {
	width:33%;
}