body {
  font-family: Arial, sans-serif;
  background-color: #1a1a1a;
  color: #fff;
  margin: 0;
  line-height: 1.6;
}

.hero {
  background: url('https://i.imgur.com/uJyT9ML.png') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content {
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem;
  border-radius: 10px;
}

.hero h1 {
  font-size: 3em;
}

.btn {
  margin-top: 1rem;
  padding: 10px 20px;
  background-color: #d9534f;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.navbar {
  background-color: #222;
  padding: 1rem;
  text-align: center;
}

.navbar ul {
  list-style: none;
  padding: 0;
}

.navbar li {
  display: inline;
  margin: 0 15px;
}

.navbar a {
  color: white;
  text-decoration: none;
}

.container {
  padding: 3rem 2rem;
  text-align: center;
}

.container img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 10px;
}

.footer {
  background-color: #222;
  padding: 1rem;
  text-align: center;