body {
  background-color: #000;
  color: #ffffffc1;
  font-family: 'IBM Plex Mono';
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: left;
}

.language-switch {
  display: flex;
  gap: 10px;
}

.language-switch a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.language-switch a.active {
  text-decoration: underline;
  color: #0ff;
}

.container {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

h1,
h2 {
  text-transform: uppercase;
}

.ascii-art {
  font-family: 'IBM Plex Mono', monospace;
  white-space: pre;
  margin-bottom: 20px;
}

.section,
.vimeo-container {
  margin: 20px 0;
}


.vimeo-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.vimeo-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}