/*!
* BHUT - BHUT v7.0.7 (https://startbootstrap.com/theme/creative)
* Todos os Direitos Reservados-2026 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/bhut-creative/blob/master/LICENSE)
*/
body {
  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #f8f9fa;
}

.container {
  max-width: 500px;
  text-align: center;
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
}

p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

img {
  max-width: 100%;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.store-btn img {
  height: 50px;
}