/*body {
	background-color: #CC2424;
}*/

html {
  overflow-x: hidden;
  }
body {
  height: 100vh;
  /*background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);*/
  /*background-color: #CC2424;*/
  filter: drop-shadow(0 0 10px white);
  overflow-x: hidden;
  position: relative;
}
