
* {
    box-sizing: border-box;
}

h1, h2, h3, h4 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 10;
}

p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin:10;
}

.bookimage {
    border:1px solid black;
}

.banner {
    text-align: center;
    margin: 0;
    height: 120px;
}

.title {
    text-align: center;
    margin: 0;
    height: 120px;
}

.midcenter {
    text-align:center;
    margin-left:20%;
    margin-right:20%;
}

.footer {
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    margin: 0;
}


/* Create two equal columns that float next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
    text-align: center;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

.responsive {
    max-width: 100%;
    height: auto;
}

.book {
	display: block;
	margin-left: auto;
	margin-right: auto;
    max-width: 100%;
    height: auto;
    border:1px solid black;
  }

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
    max-width: 100%;
    height: auto;
  }