* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.logo img {
  max-width: 100%;
  height: auto;
  max-height: 80vh;
}
