@charset "utf-8";

#wrapper {
  width: auto;
  margin: 0 auto;
  display: flex;
}

.left-column {
  width: 10%;
}

.right-column {
  width: 90%;
}