html {
  line-height: 1.5;
  overflow: hidden;
}

body {
  /* height: 100vh; */
  background-color: black;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}

img {
  max-width: 100%;
}

main {
  padding-right: 20px;
  padding-left: 20px;
}

.logo {
  max-width: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
}
