body {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c1301b;
}

.logo {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
}
