.glassbackground {
  /*
  XXdisplay: flex;
  XXwidth: 100vw;
  XXjustify-content: center;
  XXalign-items: center;
  */
  min-height: 100vh;
  background: linear-gradient(45deg, rgb(26, 1, 117) 0%, rgba(225, 5, 34, 0) 70%) no-repeat scroll 0% 0%, 
              
              linear-gradient(135deg, rgb(225, 5, 152) 10%, rgba(49, 5, 209, 0) 80%) no-repeat scroll 0% 0%,
              
              linear-gradient(225deg, hsla(179, 81%, 45%, 1) 10%, rgba(10, 219, 216, 0) 80%) no-repeat scroll 0% 0%,

              rgba(0, 0, 0, 0) linear-gradient(315deg, rgb(189, 5, 245) 100%, rgba(9, 245, 5, 0) 70%) no-repeat scroll 0% 0%;
}

/* Shapes */
.glassbackground .glassshape {
  width:400px; 
  height:400px;
  filter: blur(100px);
  position: fixed;
  z-index:0 !important;
}

.glassbackground .glassshape:nth-child(1) {
  background-color: #ffb0d8;
  top: -340px;
  width: 100px;
  height: 100px;
}

.glassbackground .glassshape:nth-child(2) {
  left: 100px;
  bottom: -150px;
  background-color: #c26cf3;
  width: 100px;
  height: 110px;
}

.glassbackground .glassshape:nth-child(3) {
  background-color: #87cfdf;
  bottom: 0vh;
  right: 25vw;
  width: 100px;
  height: 100px;
}

/* Other page styling */
/*
* {
  margin: 0;
  padding: 0;
}
*/