-
Notifications
You must be signed in to change notification settings - Fork 186
Description
body {
margin: 0;
font-family: 'Segoe UI', sans-serif;
background: linear-gradient(135deg, #1e003e, #3a0070);
color: #fff;
line-height: 1.6;
}
header {
background-color: #000;
text-align: center;
padding: 2rem;
border-bottom: 3px solid #a020f0;
}
header h1 {
font-size: 2.5rem;
color: #a020f0;
}
.about, .highlights, .media, .contact {
padding: 2rem;
max-width: 900px;
margin: auto;
}
h2 {
color: #bb86fc;
border-bottom: 2px solid #a020f0;
padding-bottom: 0.3rem;
margin-bottom: 1rem;
}
ul {
list-style: none;
padding: 0;
}
ul li {
margin-bottom: 0.75rem;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 1rem;
justify-content: center;
}
.gallery img {
width: 280px;
height: auto;
border: 2px solid #a020f0;
border-radius: 8px;
box-shadow: 0 0 15px #a020f0;
}
a {
color: #f4aaff;
text-decoration: none;
}
footer {
text-align: center;
padding: 1rem;
background-color: #000;
border-top: 3px solid #a020f0;
}