/* CSS is how you can add style to your website, such as colors, fonts, and positioning o" */

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

#centro {
  text-align:center;
  }
  
form {
  padding-top: 24%;
  
  }