/* styles.css */

body {
  font-family: Arial, sans-serif;
}

.hero {
  padding: 100px 0;
  color: #fff;
  background:'.images background.jpg') no-repeat center center;
  background-size: cover;
}

.hero h1 {
  font-size: 3rem;
}

.hero p {
  font-size: 1.5rem;
}

.card {
  border: none;
}

.card-body {
  text-align: center;
}

footer {
  background-color: #333;
  color: #fff;
}
