/* Layout: Default Layout */
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
body:after {
  content: '';
  z-index: -1;
  position: fixed;
  inset: 0;
  background-image: radial-gradient(at 90% 15%, #713a2d 0%, var(--color-base) 65%);
}
header {
  padding: 10px 0 0 0;
}
main {
  flex:1;
}