* { 
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #1a1a1a;
  color: #ccc;
}

body.centered {
  justify-content: center;
  align-items: center;
  background: #111;
}

body.centered img {
  width: 108px;
  height: 108px;
}
