/* Universal CSS declarations */
html, body {
  position: relative;
  width: 100vw;
  height: 100vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bb4140+0,a21f4a+25,810050+50,5a0051+75,2e024b+100 */
  background: linear-gradient(135deg,  #bb4140 0%,#a21f4a 25%,#810050 50%,#5a0051 75%,#2e024b 100%);
}
