
/*
Theme Name: RanajeCars Theme
Author: RanajeCars
Version: 1.1
*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.hero {
  background: url('https://images.unsplash.com/photo-1503376780353-7e6692767b70') center/cover no-repeat;
  padding: 120px 0;
  color: white;
}

.hero-box {
  background: white;
  padding: 30px;
  width: 400px;
  border-radius: 10px;
}

.hero-box h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.hero-box button {
  background: #f4b400;
  border: none;
  padding: 12px;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
}

section {
  padding: 60px 20px;
}

h2 {
  text-align: center;
}

.woocommerce ul.products li.product {
  text-align: center;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 8px;
}
