* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background-color: #000;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  overflow: hidden;
}

canvas {
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
}

.content {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.gap {
  height: 40px;
}

.block {
  color: #ffffffe6;
  text-align: center;
  background-color: #00000080;
  padding: 16px 32px;
}

.block.list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.block .block-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}

.skills {
  opacity: .5;
  margin-top: 8px;
  font-size: 12px;
}

.pauseButton {
  color: #ffffffe6;
  opacity: .5;
  cursor: pointer;
  background-color: #0000;
  border: none;
  padding: 8px 16px;
  font-size: 12px;
  transition: background-color .2s;
}

.pauseButton:hover {
  background-color: #000000e6;
}

.block.smallPadding {
  padding: 8px 16px;
}

.block.links {
  flex-direction: row;
  gap: 12px;
  display: flex;
}

a {
  color: #ffffffe6;
  text-decoration: underline;
}

.icon-link {
  font-size: 24px;
  transition: transform .2s, color .2s;
  display: inline-block;
  text-decoration: none !important;
}

.icon-link:hover {
  color: #fff;
  transform: scale(1.2);
}

.hint {
  color: #ffffff80;
  text-shadow: 0 0 2px #00000080;
  font-size: 12px;
  position: fixed;
  bottom: 10px;
  left: 10px;
}
/*# sourceMappingURL=path0.d8c11256.css.map */
