@charset "utf-8";

body {
  min-height: 100vh;
  background:
    radial-gradient(ellipse 75% 24% at 72% 18%, rgba(232,185,90,.10) 0%, rgba(232,185,90,0) 72%),
    radial-gradient(ellipse 78% 28% at 10% 62%, rgba(185,131,47,.10) 0%, rgba(185,131,47,0) 74%),
    radial-gradient(ellipse 90% 26% at 55% 100%, rgba(36,43,65,.58) 0%, rgba(36,43,65,0) 76%),
    linear-gradient(180deg, #090D18 0%, #0B1020 48%, #050811 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer {
  margin: 32px 0 12px;
  color: rgba(232,220,194,.78);
  font-size: 1rem;
  text-align: center;
}
