body {
  margin: 0;
  padding: 0;
  background-image: url('../external/wave.png'); /* Replace with your actual background image path */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
}

.logo-container {
  margin-bottom: 30px;
}

.circular-logo {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.nusense-logo {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.nusense-logo .red {
  color: #E30613; /* Bright red color for NU */
}

.nusense-logo .grey {
  color: #4D4D4D; /* Dark grey color for SENSE */
}

.nugen-logo .red {
  color: #E30613; /* Bright red color for NU */
}

.nugen-logo .grey {
  color: #4D4D4D; /* Dark grey color for SENSE */
}

h2 {
  color: #4D4D4D;
  font-size: 24px;
  margin-top: 15px;
  letter-spacing: 1px;
}

footer {
  font-family: Montserrat, sans-serif;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #4D4D4D;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.footer-logo {
  height: 25px;
  width: auto;
}

.euratech-text {
  font-weight: bold;
}