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

body {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  max-height: 100vh;
  overflow-y: hidden;
  background: rgb(52,52,52);
  background: linear-gradient(170deg, rgba(52,52,52,1) 0%, rgba(2,2,2,1) 100%);
}