html,
body {
  height: 100%;
  margin: 0;
}

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

#page {
  display:flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#logo {
  width: min(800px, 70vw);
}