* {
  background-color: rgb(0,5,24);
  color: rgb(43,131,189);
}

#inicio {
  background-color: rgb(0,5,24);
  color: rgb(43,131,189);
}
#inicio h1 {
  color: #fff;
}
#inicio .botao {
  /* border-color: transparent; */
}
#inicio a:hover {
  color: #fff;
  border-color: #fff;
}