body {
  background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #2c3e50;
  font-family: 'Segoe UI', sans-serif;
}

body,
html {
  overflow: hidden;
}

.container-construcao {
  max-width: 600px;
  padding: 30px;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

p {
  font-size: 1.2rem;
}

.logo {
  width: 100px;
  margin-bottom: 20px;
}