html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  min-width: 100%;
}

body {
  width: fit-content;
  background: linear-gradient(45deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(235, 235, 235, 1) 50%, rgba(255, 255, 255, 1) 70%, rgba(245, 245, 245, 1) 100%);
  background-size: 400% 400%;
  background-attachment: fixed;
  animation: gradient 15s ease infinite;
  height: auto;
}

main {
  height: 96vw;
  display: grid;
  justify-items: center;
}


@media screen and (max-width: 1024px) {
}