body {
  top: 0px;
  margin-left: 0;
  height: 100%;
  background-color: black;
  background-image: url('./img/background.svg');
  background-size: cover;
  background-position: center;
}

.body-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

form {
  align-items: center;
  border-radius: 20px;
  background-color: darkslategray;
  display: flex;
  flex-direction: column;
  width: 300px;
  justify-content: space-evenly;
  height: 300px;
}
body .home {
  height: 100vh;
  width: 100%;
  color: white;
  flex-direction: column;
}
.home-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.welcome,
.userName {
  font-size: 1.5rem;
}

.disconnect {
  color: turquoise;
  background-color: darkslategray;
  padding: 10px;
  border-color: turquoise;
  width: 100px;
  border-radius: 20px;
}

.section {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}

.stats {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.stat {
  width: auto;
  color: turquoise;
  background-color: darkslategray;
  padding: 10px;
  border-color: turquoise;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
rect {
  color: turquoise;
}
.statResult {
  color: turquoise;
  margin-left: 1rem;
}
form input {
  text-align: center;
  width: 150px;
  border-radius: 10px;
  height: 20px;
  padding: 5px;
}

form button {
  color: turquoise;
  background-color: darkslategray;
  padding: 10px;
  border-color: turquoise;
  width: 100px;
  border-radius: 20px;
}

form button:hover {
  transform: translateY(-2px) scale(1.05);
}

#graph-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.section2 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 4rem;
}

#chart {
  display: flex;
  flex-direction: row-reverse;
}
.statsXp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
}
.stat1 {
  color: turquoise;
}
.stat2 {
  color: #999;
}
.stat3 {
  color: white;
}
.stat-invit {
  width: fit-content;
  color: turquoise;
  background-color: darkslategray;
  padding: 10px;
  border-color: turquoise;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.listEnrollement {
  margin-top: 4rem;
  margin-left: 1rem;
}
