body {
  font-family: Arial, sans-serif;
  background-color: #007BFF;
  color: white;
  margin: 0;
  padding: 0;
}

header {
  background-color: #0056b3;
  padding: 20px;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 2em;
}

.slogan {
  font-style: italic;
  color: #FFD700;
}

nav a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

.content {
  padding: 40px;
  text-align: center;
}

footer {
  background-color: #0056b3;
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
}
