html {
  height: 100%;
}

body {
  height: 90%;
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,0,143,1) 35%, rgba(0,212,255,1) 100%);}


