body{
    background-color: #fff;
    margin: 0;
    padding: 0;
}
main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Takes up the full viewport height */
}
img.logo {
    max-width: 800px;
    width: 100%;
}