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

h1{
  color: white;
}

p{
  color: white;
}

.centro{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}