html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  
  background: linear-gradient(
      160.8deg,
      #232058 3.27%,
      #2C225A 12.98%,
      #602C67 29.72%,
      #83366C 43.16%,
      #A6446D 56.72%,
      #C5596C 68.74%,
      #DE716A 78.69%,
      #EF8A68 86.61%,
      #F9A068 98.65%,
      #FBAD63 107.99%,
      #FBA045 128.72%
    )
    no-repeat center center fixed;
  background-size: cover;
}

section {
  background: none;
}