/*** 彡★ IZZY WAS HERE — MADE BY IZZY 彡★  ***/

@import url('https://dopestar.neocities.org/css/constants.css');

/* ----------------- page ----------------- */

body {
  font-family: var(--andika);
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.stuff {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 18px;
  margin-left: 20px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.stuff > div {
  display: flex;
  flex-direction: column;
  gap: 18px;  
}

.center {
  text-align: center;
}

.heading {
  font-size: 3rem;
}

aside {
  width: 200px;
  position: sticky;
  top: 18px;
  bottom: 0;
  display: flex;
  align-items: stretch;
  height: calc(100vh - 36px);
}

.menu-items {
  padding: 0;
  font-size: 14px;
}