body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f5f5f5;
    color: #333;
  }
  
  header {
    background: #1e1e1e;
    color: white;
    padding: 20px;
    text-align: center;
  }
  
  header h1 {
    margin: 0;
    font-size: 2rem;
  }
  
  nav {
    margin-top: 10px;
  }
  
  nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
  }
  
  section {
    padding: 40px 20px;
    max-width: 1000px;
    margin: auto;
  }
  
  .hero {
    text-align: center;
    background-image: url(img/Give\ Your\ Home\ a\ Quick\ Update\ With\ These\ Must-Have\ Wall\ Paints.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #222;
    padding: 60px 20px;
  }
  
  .hero h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  
  .hero p {
    font-size: 1.2rem;
  }
  
  .sobre,
  .galeria {
    margin-top: 40px;
  }
  
  .galeria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 20px;
  }
  
  .galeria-grid img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  footer {
    background: #1e1e1e;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
  }
  
  .whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25d366;
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  
  .whatsapp-btn:hover {
    background: #1ebc5e;
  }

  .or {
    background-color: #1ebc5e;
    color: white;
    height: 35px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  #ss {
    color: white;
  }

  .no {
    justify-content: center;
    justify-items: center;
  }