/*
 First External CSS Stylesheet
 */

/* Styling for HTML elements */
body {
  padding: 2%;
  margin-left: 4%;
  margin-right: 4%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 150%;
  color: #2d1300;
  background: #E0BFB8;
  text-align: left;
}

header {
  padding: 2%;
  margin-top: 0;
  margin-bottom: 2%;
  margin-left: 4%;
  margin-right: 4%;
  background: #2e1503;
  text-align: center;
}

h1 {
  padding: 2%;
  margin: 3%;
  font-size: 22px;
  color: #eee;
  text-align: center;
}

h2 {
  padding: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 22px;
  text-align: center;
}

a {
  color: #c0c0c0;

}


h3 {
  margin-top: 4%;
  margin-left: 10%;
  font-size: 20px;
  text-align: left;
}

a {
  color: #ffffff;
}


/* Selecting elements by class */
.container {
  width: 1024px;
  margin: 0 auto;
}

/* Selecting elements by ID */
#main-bio,
#contact-info,
#bio-image {
  float: left;
}

#figure {
  position: relative;
}

#bio-name {
  position: absolute;
  top: 200px;
  left: 0;
}

#main-bio {
  width: 60%;
}

#contact-info {
  width: 40%;
  
}

#bio-image {
  width: 200px;
  height: 200px;
  top: 20px;
  left: 0;
  margin-right: 10px;
}
