.page-container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  }

  h1 {
    background-color: white;
    width: 250px;
    color: black;
    border: 3px solid black;
    margin: 0 auto;
    font-size: 2em;
    font-family: Futura;
    position: relative;
    top: 5px;
    letter-spacing: 5px;
  }

  h2 {
    background-color: black;
    width: 250px;
    color: white;
    margin: 0 auto;
    font-size: 2em;
    letter-spacing: 10px;
    border-left: 3px solid black;
    border-right: 3px solid black;
    font-family: Futura;
    position: relative;
    top: 5px;
  }

  h3 {
    background-color: yellow;
    color: black;
    height: 40px;
    width: 250px;
    padding-top: 0.55em;
    letter-spacing: 5px;
    margin: auto;
    font-size: 25px;
    position: relative;
    top: 15px;
  }

  h4 {
    background-color: black;
    color: white;
    height: 40px;
    width: 400px;
    margin: auto;
    position: relative;
    top: 30px;
    font-size: 25px;
    letter-spacing: 9px;
    padding-top: 0.25em;
  }

.top {
  height: 150px;
  background: #303eff;
  font-family: Futura;
  font-size: 100px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 15px;
  line-height: 5px;
  padding-bottom: 0.3em;
}

.left {
  grid-row: 1 / span 3;
  font-family: Futura;
  text-align: center;
  background: #f5da43;
  line-height: 50px;
  padding-top: 300px;
}

.middle {
  grid-row: 2;
  grid-column: 2;
  font-family: Futura;
  font-weight: bold;
  height: 850px;
  text-align: center;
  background-image: url(http://robison.fsartanddesign.org/spring2020/GD50/imgs/gabrielle-middle.png);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}

.right {
  grid-row: 1 / span 3;
  grid-column: 3;
  font-family: Futura;
  text-align: center;
  background: #ff2d26;
  color: white;
  line-height: 50px;
  padding-top: 300px;
}

.lower {
  line-height: 500px;
  margin: 5px;
  background-color: #ff2d26;
  padding: 0.5em;
  color: white;
  font-size: 20px;
  font-family: Futura;
  height: 700px;
  width: 650px;
}

.upper {
  line-height: 500px;
  margin-right: 5px;
  background-color: #303eff;
  padding: 0.5em;
  color: black;
  font-size: 15px;
  font-family: Futura;
  height: 700px;
  width: 650px;
}

.bottom {
  grid-column: 2;
  font-size: 2em;
  text-align: center;
  background: #303eff;
  color: white;
  font-family: Futura;
  letter-spacing: 10px;
}

div {
  border: 3px solid black;
}

.flex {
  display: flex;
  justify-content: space-between;
  border: none;
}
