html,body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
p {
  font-size: 1rem;
  color: #141414;
}
div {
  border-radius: 4.5rem;
  color: white;
}
h1 {
  background: #FF3C03;
  color: white;
  padding: 1rem;
  border-radius: 0.5ch;
}
.menu {
  background: red;
  color: black;
}
[object Object]