* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, 'Times New Roman', serif;
  background-color: #f5f5f0;
  color: #333;
  line-height: 1.6;
  padding: 20px;
}

header {
  background-color: #2c3e50;
  color: #ecf0f1;
  padding: 40px 20px;
  margin-bottom: 40px;
  border-bottom: 3px solid #e74c3c;
  text-align: center;
}

header h1 {
  font-size: 2.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
}

h1 {
  font-size: 2em;
  color: #2c3e50;
  margin: 30px 0 20px 0;
  border-left: 5px solid #e74c3c;
  padding-left: 15px;
  font-weight: bold;
}

.mt-4 {
  margin-top: 30px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

p {
  margin: 15px 0;
  font-size: 1.1em;
  line-height: 1.8;
}

a {
  color: #e74c3c;
  text-decoration: underline;
}

a:hover {
  color: #c0392b;
  text-decoration: none;
}

footer {
  text-align: center;
  padding: 40px 20px;
  margin-top: 60px;
  border-top: 3px solid #e74c3c;
  color: #7f8c8d;
  font-size: 0.9em;
}