body
{
font-family: 'Noto Sans Tamil', sans-serif;

background: linear-gradient(135deg, #004aad, #00c6ff);
min-height:100vh;
}

.header
{
background: #008000;
padding:10px;
}

.about-section{
max-width:900px;
margin:auto;
padding:40px;
font-family:'Noto Sans Tamil', sans-serif;
line-height:1.7;
}

.about-section h1{
color:#004aad;
margin-bottom:20px;
}

.about-section ul{
margin-top:15px

.menu
{
list-style:none;
display:flex;
gap:20px;
}

.menu li a
{
color:red;
text-decoration:none;
font-weight:bold;
}
body{
background: linear-gradient(135deg, #004aad, #00c6ff);
min-height:100vh;
}
.banner
{
background:url('images/banner1.jpg');
height:500px;
background-size:cover;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color: #f5f7fa;
}

.footer
{
background:#111;
color:white;
padding:20px;
margin-top:40px;
}