body {
  background-color: var(--color-brand30);
  padding: var(--spacing-small);
}
a {
  color: var(--color-white);
}
div.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.container {
  justify-content: left;
}
div.logos {
  margin-bottom: 20px;
}
div.group {
  margin-bottom: 20px;
}
h1 {
  color: var(--color-white);
  margin-bottom: var(--spacing-small);
  font-size: 25px;
}
img.backoffice {
  margin-right: 5px;
}
img.plurall {
  margin-bottom: 4px;
}
ul {
  list-style-type: disc;
  color: white;
}
li {
  line-height: 2em;
  margin-left: 20px;
}
