/**{
  outline: 1px solid red;
} */

body {
  /* background-image: linear-gradient(to bottom right, var(--accent), var(--primary)); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.number {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
  text-align: center;
  font-size: 12px;
}

.second_sitting {
  display: none;
}

.my-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.my-row-container {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
}

.content_ {
  width: 90vw;
  top: 0;
  height: 100vh;
  overflow: auto;
}

aside {
  background-color: var(--primary);
}

.menu-container{
  background-color: var(--primary);
  width: max-content;
  padding-right: 40px;
  height: 100vh;
}

aside ul {
  list-style: none;
}

aside li {
  margin-top: 1.2rem;
}

aside a {
  text-decoration: none;
  color: black;
}

.menu-container > ul > li:last-child {
  position: absolute;
  bottom: 2rem;
}

#menu-icon {
  margin: 1rem 0 0 0;
}
