body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background: radial-gradient(circle, #ffffff 0%, #e0e0e0 60%, #b0b0b0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.container {
  text-align: center;
}

.logo {
  max-width: 90vw;
  max-height: 50vh;
  height: auto;
}

.contato {
  margin-top: 2rem;
  font-size: 1.2rem;
}

.contato-label {
  font-weight: bold;
}

.contato-numero {
  margin-top: 0.2rem;
}
