body{
    background-color: rgb(238, 230, 221);
}

.container {
  max-width: 80vh;
  display: flex;
  margin: 0 auto;
  text-align: center;
}

.privacy {
  justify-content: center;
  align-items: center;
}

ul {
  list-style: none;
  font-weight: 600;
}
