body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: steelblue;
}

.about {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.aaron {
  display: flex;
  justify-content: center;
  padding: 10px;
  border: black 2px;
}

nav {
  display: flex;
  justify-content: space-around;
  font-family: monospace;
  font-size: xx-large;
  flex-wrap: wrap;
}

.menu {
  display: flex;
  justify-content: center;
  background-color: grey;
  border: 5px lightgreen solid;
  font-family: cursive;
}

.menu1 {
  display: flex;
  justify-content: center;
  background-color: grey;
  border: 5px lightgreen solid;
  font-family: cursive;
}

.menu2 {
  display: flex;
  justify-content: center;
  background-color: grey;
  border: 5px lightgreen solid;
  font-family: cursive;
}

.work {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.about {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.resume {
  display: flex;
  justify-content: center;
}

.footer {
  display: flex;
  justify-content: center;
  font-size: x-large;
  font-family: cursive;
}

.aaronblog {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.heading1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.blog1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.caption {
  display: block;
}

/*# sourceMappingURL=style.sass.map */

/*# sourceMappingURL=style.css.map */
