body {
  background-color: #373f51;
  color: #d8dbe2;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}
button {
  font-size: 20px;
  margin-left: 20px;
  color: #373f51;
  background-color: #daa49a;
  border-color: grey;
  border-radius: 5px;
}
li {
  margin-bottom: 10px;
  font-size: 20px;
}

li button {
  font-size: 12px;
  font-style: italic;
  margin-left: 20px;
  color: #daa49a;
  background-color: #373f51;
  border-color: #d8dbe2;
}
