
body{
    background-color: black;
    text-align: center;
    align-items: center;
    align-content: center;
}
#navega {
    background: black;
}

nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding : 5px;
}

li {
  background:#FF6700;
  color:white;
  font-size: 20px;
  border-radius: 10px;
  padding:5px;
  margin:3px;
  font-style:italic; 
}

a {
    color : white;
    text-decoration: none;
}
h1{
    color: white;
    text-align: center;
}
input{
    color: white;
}

