@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700);

body {
  font-family: "Space Grotesk", sans-serif;
  background-color: #16181b;
  color: #eee;
  text-align: center;
}

h1 {
  left: 50%;
  margin: 0;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

#title {
  font-weight: 700;
  display: inline-flex;
  margin: -5px;
  padding: 5px;
}

.title-letter {
  font-size: calc(6vw + 4rem);
  margin-left: -2px;
}

#sub-title {
  font-weight: 400;
  font-size: calc(0.4vw + 0.8rem);
  letter-spacing: calc(0.3vw + 0.6rem);
  text-transform: uppercase;
  position: relative;
  top: -5px;
}

/* Opacity For Start */
.title-letter,
#sub-title,
#hr-line {
  opacity: 0;
}
#team-section {
  opacity: 0;
  margin-top: 16px;
  font-weight: 600;
}
#teams {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.member-avatar {
  width: 60px;
  height: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
