body {
  background-color: azure;
  text-align: justify;
}

#websiteContainer {
  display: block;
  position: absolute;
  margin: auto;
  max-width: 980px;
  max-height: 929px;
}

#websiteSpacerTop {
  height: 2vw;
}

aside {
  background-color: violet;
  float: left;
  height: 450px;
  width: 10vw;
  margin-right: 2vw;
}

article {
  left: 40;
}

#websiteSpacerBottom {
  height: 2vw;
}
