html, body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.member-img {
  height: 300px;
  width: 234px;
  object-fit: cover;
}

#particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

canvas {
  width: 100%;
  height: 100%;
}

/* * {
border: 1px solid red;
} */