body{
  line-height: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  text-indent: 20px;
  background:rgb(255, 251, 239);
}
header{
  float:left;
  background-color: lightcoral;
  width:100%;
  color: rgb(56, 56, 54);
}
nav{
  float:right;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
}

li a {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center; 
  color: rgb(56, 56, 54);
  text-decoration: none;
  font-size: default;
}
li a:hover{
  color:white;
  background-color: rgb(4, 235, 235);
  font-style: oblique;
}
li a.active{
  color: white;
}
.image1{
  padding: 50px;
  border-radius: 50%;
  float: left;
}
.image2{
  margin: 10px 0px;
  padding: 10px;
  float: right;
}
#bio{
    background-color: rgb(179, 174, 174);
    margin: 10px 0px;
    padding: 10px;
    width: 30%;
    height: 70%;
    float: left;
}
#bio p{
  margin: 0px 0px;
  padding: 5px;
  float:left;
  text-indent: 30px;
  line-height:30px;
}
footer{
  float:left;
  background-color: lightcoral;
  width:100%;
  height: 10%;
  color: rgb(56, 56, 54);
}
.rightSide{
  width:50%;
  float: right;
}
.leftSide{
  width: 50%;
  float:left;
}