body,
html {
  height: 100%;
}

html {
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

body {
  background: #ece9d8;
  color: #000;
  font-family: sans-serif;
  margin: 0;
}

table {
  border-collapse: collapse;
  height: 100%;
  text-align: center;
  width: 100%;
}

td {
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  width: 10em;
}

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  color: #00f;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-decoration: underline;
}
