main {
  display: flex
}

section {
  flex: 4;
}

aside {
  flex: 1;
  margin-left: 10px;
}
