@import url("global.css");

#window {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  height: 450px;
  border: 3px solid var(--site-fg);
  margin: 5rem auto;
}

#logo {
  width: fit-content;
  margin: 3rem auto 0 auto;
  font-size: 7px;
}

#window > section {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

#window > section > nav {
  width: fit-content;
  height: 100%;
  font-size: 20px;
}

nav a {
  color: inherit;
}

#window > section > nav > ul li {
  list-style: none;
}

ul li::before {
  content: "> ";
}

#window > section > figure {
  width: 100px;
}

#glyder {
  width: inherit;
}

footer {
  height: 10%;
  text-align: center;
}
