[data-i="CenterLayout-50emvar(--s1)false"] {
  max-width: 50em;
  padding-inline: var(--s1);
}
[data-i="SidebarLayout-left20em50%var(--s1)true"] {
  gap: var(--s1);
  align-items: flex-start;
}
[data-i="SidebarLayout-left20em50%var(--s1)true"] > * {
  flex-basis: 20em;
}
[data-i="SidebarLayout-left20em50%var(--s1)true"] > :last-child {
  flex-basis: 0;
  flex-grow: 999;
  min-inline-size: 50%;
}
[data-i="FrameLayout-4:3"] {
  aspect-ratio: 4 / 3;
}

body {
  margin: 60px 0px 0px 55px;
  font-family: helvetica;
  font-size: 12px;
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
  font-weight: normal;
  line-height: normal;
}

canvas {
  display: block;
  margin: 0 auto;
}

a {
  color: #3399cc;
}
a:link,
a:visited,
a:active,
a:hover {
  color: #3399cc;
  text-decoration: underline;
}