body{
  background-color: darkkhaki;
  margin: 0px;
}

h1 {
  font-size: 3vw;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  margin: 10px;
  border-width: thick;
  border-color: whitesmoke;
  padding: 1px;
  display: flex;
  justify-content: center;
  background-color: darkgreen;
  color: whitesmoke;
}

h2 {
  font-size: 2vw;
  display: block;
  align-items: center;
  padding: 10px;
}

.experience {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 50%;
  margin: auto;
  padding: 20px 0px 20px 54px;
}

.education {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 50%;
  margin: auto;
  padding: 20px 30px 20px 0px;
}

p {
  font-size: 17px;
  line-height: 1.5;
  border: 2px solid black;
  margin: auto;
  padding: 15px 47px;
  text-align: center;
  width: 50%;
}

h3 {
  position: absolute;
  width: 100%;
  height: 2.5rem;
  text-align: center;
}

ul {
  list-style: square;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 30px 0 10px 0;
  margin: auto;
}

footer {
  display: flex;
  justify-content: center;
  padding: 10px 0 0 0;
  margin: auto;
  position: relative;
  bottom: 0;
  width: 50%;
  height: 2.5rem;
}