a {
    color: #ccc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#container {
    margin: 0 auto;
    padding: 2rem;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

canvas {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #1a1a2e;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #1a1a2e;
  /* Предотвращение прокрутки на iOS */
  position: fixed;
  width: 100%;
  height: 100%;
}

p {
    text-align: center;
}

p#links a {
    display: inline-block;
    background-color: #ddd;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem 1rem 0.25rem;
    font-size: 1rem;
    color: #222;
    text-decoration: none;
    text-align: center;
    border-radius: 0.5rem;
}