* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  height: 100vh;
  background: linear-gradient(
    rgba(0,0,0,.7),
    rgba(0,0,0,.7)
  ),
  url('./sisisis.png');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.construction-container {
  text-align: center;
  padding: 2rem;
  max-width: 500px;
  backdrop-filter: blur(6px);
}

.construction-image {
  width: 160px;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.4));
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

p {
  font-size: 1.1rem;
  opacity: .85;
}

.divider {
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 1.5rem auto;
  opacity: .6;
}

small {
  font-size: .85rem;
  opacity: .6;
}
