body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: url("../assets/background.jpg") no-repeat center center/cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header,
main,
footer {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 10px;
  margin: 20px auto;
  max-width: 800px;
  backdrop-filter: blur(5px);
}

header {
  text-align: center;
}

header img {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}

h1 {
  margin: 0;
  font-size: 2rem;
}

p {
  line-height: 1.6;
}

.section {
  margin-top: 20px;
}

.section-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
}

ul {
  padding-left: 20px;
}

a {
  color: #4db8ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  font-size: 0.9rem;
}
