body,
html {
  margin: 0;
  height: 100%;
  background: #ffffff;
  background-size: 100% 100%;
}

#splash {
  display: grid;
  place-items: center;
  text-align: center;
  height: 100vh;
}

input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}