.container.hw6 {
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}

.house {
  float: left;
}

@supports(shape-outside: url(../images/house.png)) {
  .house {
    shape-outside: url(../images/house.png);
    shape-image-threshold: 0.5;
    shape-margin: 2em;
  }
}

.house-container p {
  padding: 0.5em 1em;
}

.clearfix {
  overflow: auto;
}

.hw6-problem img {
  width: 50%;
  margin-left: 25%;
}

em {
  font-weight: 600;
  color: #5E2612;
}
