aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 30rem;
  max-width: 80%;
  height: 100vh;
  background: #e9e9e9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}