* {
  box-sizing: border-box;
}
#inicio {
  background-size: cover;
  height: 99vh;
  width: 100%;
  display: table-cell;
  vertical-align: bottom;
}
