@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body{
  background-color: #000000;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size:  15px;
}

a {
  text-decoration: none;
  color: unset;
}

/* Legal notice */
.legal {
  padding: 15px 0;
  width: 100%;
}

.styleterms {
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  padding: 0 5px 0 5px;
  font-weight: 700;
}

.styleterms::before {
  color: #fff;

}

.links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.descriptionlegal {
  font-size: 13px;
  text-align: center;
  color: #fff;
}
.content {
  margin: auto;
  width: 50%;
  padding: 10px;
}
.pso {
  margin: auto;
  width: 50%;
  padding: 10px;
}
