body, html {
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#brand {
  max-width: calc(100% - 100px);
  max-height: calc(100vh - 100px);
  padding: 50px;
  box-sizing: border-box;
}
