body {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

* {
  text-align: center;
}

.root_container {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}

ul,
li {
  list-style: none;
}
