html, body, #main {
  height: 100%;
  width: 100%;
  margin: 0;
}
#main {
  position: relative;
}
#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  max-height: 20%;
  max-width: 50%;
}
