@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary-color: #282828;
  --secondary-color: #dbc4ff;
  --tertiary-color: #b995f5;
  --fourth-color: #3e3e3e;
  --border-color: white;
  --text-color: #282828;
  --text-color-2: white;
  --hr-color: #2596be;
}

.container-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#ip .box {
  font-size: 50px;
  background-color: var(--secondary-color);
  display: flex;
  align-self: center;
  justify-self: center;
  padding: 30px 50px;
  width: auto;
}
.box {
  color: var(--text-color);
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  background-color: var(--tertiary-color);
  font-size: 25px;
  max-width: 245px;
}

#description p {
  font-size: 20px;
  color: var(--text-color-2);
  text-align: justify;
}
#description ul {
  font-size: 20px;
  color: var(--text-color-2);
  text-align: justify;
}

#trailer p {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  align-self: center;
  font-size: 50px;
  color: var(--text-color-2);
  text-align: center;
  width: 100%;
  height: 50lvh;
}