
body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 18px;
  background: linear-gradient(135deg, #2c0066, #9900cc);
  color: white;
  text-align: center;
}

header {
  background: #1e004d;
  padding: 1em 0;
}

nav a {
  color: #ffffff;
  margin: 0 1em;
  text-decoration: none;
  font-weight: bold;
}

.intro, .support, .content {
  padding: 2em;
  line-height: 1.7em;
}

.screenshots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}

.medium-img {
  max-width: 65%;
  border-radius: 1em;
}

.footer-logo {
  width: 80px;
  margin: 2em auto;
  display: block;
}
