body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  background-color: #f6f6f6;
  line-height: 1.6;
}


header h1 {
  margin-bottom: 10px;
  font-size: 2.4rem;
}

header p {
  font-size: 1.1rem;
  opacity: 0.9;
}

main {
  background: #fff;
  margin-top: -30px;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

section {
  margin-bottom: 60px;
}

h2 {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 6px;
  margin-bottom: 15px;
  color: #111;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}
header a {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 30px;
  background: #5b2d8b;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: bold;
  border-radius: 6px;
}

header a:hover {
  background: #5b2d8b;
}
/* HERO (top section) */
.hero{
  text-align:center;
  padding:60px 20px;
  background: linear-gradient(135deg, #111, #333);
  color:#fff;
  border-bottom:4px solid #c62828;
}
.hero a{
  display:inline-block;
  margin-top:24px;
  padding:14px 30px;
  background:#c62828;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  border-radius:6px;
}
.hero a:hover{
  background:#a81f1f;
}