body {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #0F172A; /* A dark background to match the image context */
  color: #0c2737;
}

* {
  box-sizing: border-box;
}