@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Orbitron:wght@400..900&family=Passion+One:wght@400;700;900&display=swap');

/* Global styles */
body {
  margin: 0;
  padding: 0;
  font-family: "Passion One", sans-serif;
  font-weight: bold;
  background: linear-gradient(180deg, #023047, #002835);
  background-image: url("../pictures/background6.png");
  color: white;
  overflow-x: hidden;
}

.shadow-text2 {
  text-shadow: 2px 0 #2D2D2D, -2px 0 #2D2D2D, 0 2px #2D2D2D, 0 -2px #2D2D2D, 2px 2px #2D2D2D, -2px -2px #2D2D2D, -2px 2px #2D2D2D, 2px -2px #2D2D2D;
}