*{
 box-sizing: border-box; 
 line-height: 150% !important;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.black {
  width: 50%;
  height: 250px;
  background-color: black;
  color: white;
  font-size: 60px;
  text-align: right;
  padding: 80px 0;
  font-family: "New Time roman";
  float: left;
}
.white {
  width: 50%;
  height: 250px;
  background-color: white;
  color: black;
  float: right;
  font-size: 60px;
  text-align: left;
  padding: 80px 0;
  font-family: "New Time roman";
}
.page{
  clear: both;
  padding: 10px;
  width: 1000px;
  margin: auto;
}
.left {
  border-left: solid black;
  padding: 10px;
  width: 30%;
  height: 100px;
  float: left;
}
.right {
  width: 70%;
  padding: 10px;
  float: right;
}
.headers{
  font-family: serif;
  margin: 50px 0;
  text-align: center;
}
h1{
  font-size: 2.5rem;
  font-weight: bold;
}
h2{
  font-size: 1.75rem;
  font-weight: bold;
}
.mid{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}
.right span {
  font-weight: bold;
  font-style: italic;
}
.o1 span {
  font-style: oblique;
}
.many {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}
.dich span {
  text-style: bold;
}
.finish {
  height: 100px;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 40px;
  clear:both;
}
.navig {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
.conv {
  text-transform: capitalize;
  font-style: oblique;
}
.free {
  text-transform: capitalize;
  font-style: oblique;
}