

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

#inicio {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
