body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #f9f9f9;
  color: #000;
  line-height: 1.6;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 15px;
}

.text-center {
  text-align: center;
}

img.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 200px;
}

a {
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  font-weight: bold;
  display: inline-block;
  margin: 10px 5px;
  transition: background-color 0.3s ease;
}

a:hover {
  background-color: #0056b3;
}
