
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  font-family: monospace;
  background: #000;
  color: #fff;
}

canvas#bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

h1 {
  font-size: 3rem;
  background: linear-gradient(to right, #fff, #777);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section {
  z-index: 1;
  position: relative;
  margin-top: 50px;
}
.section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.profiles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.profile {
  text-align: center;
}
.profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid white;
}
.profile p {
  margin-top: 0.5rem;
  color: white;
}

.founders-box {
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 2rem;
  width: fit-content;
  margin: 0 auto;
  box-shadow: 0 0 15px #fff;
}

.section {
  z-index: 1;
  position: relative;
  margin-top: 3rem;
}

.section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: white;
}

.profiles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}

html, body {
  overflow-y: auto;
  height: auto;
  min-height: 100%;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  box-shadow: 0 2px 10px #000;
}

.top-bar h1 {
  font-size: 2rem;
  background: linear-gradient(to right, #fff, #aaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-bar h1 {
  font-size: 3rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.founders-box {
  border: 2px solid #ffffff;
  box-shadow: 0 0 25px #ffffff;
}
