body {
  background-color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 1em;
  background-color: white;
  padding: 1em;
  border-radius: 0px 0px 100px 100px;
}
