/* Simple Styles for Module 3 Demo */

body {
  font-family: Arial, sans-serif;
  background-color: #f0f8ff;
  margin: 20px;
}

header, footer {
  text-align: center;
  background-color: #dceefb;
  padding: 10px;
  border-radius: 8px;
}

h1 {
  color: #004a8f;
}

h2 {
  color: #0074d9;
}

.highlight {
  color: #e74c3c;
  font-weight: bold;
}

#special {
  color: #27ae60;
  font-size: 1.2em;
}

.box {
  background-color: #fffacd;
  border: 2px solid #f1c40f;
  padding: 15px;
  width: 250px;
  border-radius: 6px;
}

a {
  color: #2980b9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
