body {
  height: 100vh;
  height: 100svh;
  background: linear-gradient(
    135deg,
    #26002D 0%,
    #0B001B 100%
  );
  overflow: hidden;
}