* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

:root {
  font-size: 62.5%;
}

a {
  text-decoration: none;
}

#canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #020817;
}

body {
  /* background-color: #020817; */
  font-size: 1.6rem;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  /* padding: 1.6rem; */
}

.container {
  position: absolute;
  z-index: 100;
  width: 100%;
  max-width: 40rem;
  left: -50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #020817;
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  padding: 3.2rem;
}

header {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding-top: 0 !important;
  padding: 1.6rem;
}

header nav ul {
  display: flex;
  list-style: none;
  gap: 1rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 1.6rem;
}

header nav ul li {
  background-color: #1e293b80;
  padding: 1rem;
  border-radius: 0.4rem;
  width: 8rem;
}

header nav ul li a {
  color: #fff;
  font-size: 1.4rem;
}

header .infos .profile {
  margin-bottom: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

header .infos .profile .avatar {
  width: 12.8rem;
  height: 12.8rem;
  border-radius: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
  overflow: hidden;
}

header .infos .profile .avatar img {
  width: 100%;
  object-fit: contain;
}

header .infos .profile p {
  color: #fff;
  font-weight: bold;
}

header .infos .description {
  color: #94a3b8;
  font-size: 1.4rem;
}

header .infos .phasers {
  margin-top: 2rem;
  height: 5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

footer div {
  width: 5rem;
  height: 5rem;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

footer div i {
  font-size: 3rem;
  color: #fff;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
