body {
  margin: 0;
  padding: 0;
  font-family: 'Outfit', sans-serif;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.container {
  text-align: center;
  padding: 20px;
  max-width: 600px;
}

h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
}

p {
  font-size: 1.2em;
  line-height: 1.5;
}

.main-img {
  width: 150px;
  margin-top: 30px;
}

.secondary-img {
  width: 100px;
  margin-top: 20px;
  opacity: 0.8;
}
