/*********************/
#inicio_wrapper{
  width:100%;
  height:100vh;
  background-color:#ffcd06;
}

#inicio {
  min-width: 400px; 
  margin-left: -200px;
  background-color: white;
  color: #222;
  text-align: center;
  border-radius: 2px;
  padding: 16px; 
  position: fixed;
  left: 50%;
  top: 15%;
}
/*********************/