body {
margin: 0;
background-color: #0d0d1a;
background-image: url(FLYER.png);
background-repeat: no-repeat;
background-position: center top;
background-size:  70%;
background-attachment: fixed;
font-family: Arial, sans-serif;
color: #e6f7ff;
}

.header {
padding: 15px;
text-align: center;

}

.glow-cursor {
    position: fixed;
    width: 300px;
    height: 300px;
    pointer-events: none;
    background: radial-gradient(circle, rgba(0,180,255,0.4) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    filter: blur(40px);
}


.logo {
font-size: 28px;
color: #fff;
text-shadow: 0 0 10px #00eaff;
}


nav a {
margin: 0 15px;
color: #e6f7ff;
text-decoration: none;
font-weight: bold;
text-shadow: 0 0 5px #00eaff;
}


.hero {
position: absolute;
top: 55%;
left: 58%;
}


.btn {
display: inline-block;
padding: 12px 20px;
background: #00c8ff;
color: #fff;
border-radius: 5px;
text-decoration: none;
box-shadow: 0 0 15px #00eaff;
}


.content {
padding: 40px;
}


.form-section {
width: 50%;
margin: auto;
padding: 40px;
}


form input, form select, form textarea {
width: 100%;
margin-bottom: 15px;
padding: 10px;
border-radius: 5px;
background: #0d0d1a;
border: 1px solid #00eaff;
color: #e6f7ff;
}


button {
padding: 12px 20px;
background: #0047ff;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
box-shadow: 0 0 15px #0047ff;
}