html {
  scroll-behavior: smooth;
}

body {
  background-image: url("/uploads/images/neptunes.jpg");
  background-repeat: no-repeat;
  background-size:  cover;

  text-align: center !important;
  color: white !important;
}

h1, h2, h3 {
	color: lightblue !important;
}

.cookie-text {
	color: black !important;
}

.text-orange {
	color: #ff7500 !important;
}
