body{
margin:0;
font-family:"Times New Roman", Times, serif;
background:#0f172a;
color:white;
text-align:center;
}

header{
background:#111827;
padding:20px;
}

nav a{
color:white;
text-decoration:none;
margin:15px;
font-size:14px;
}

nav a:hover

.hero{
padding:80px 20px;
}

.hero h1{
font-size:60px;
margin-bottom:20px;
}

.hero p{
font-size:20px;
color:#cbd5e1;
margin-bottom:30px;
}

.btn{
display:inline-block;
padding:12px 28px;
background:#2563eb;
color:white;
text-decoration:none;
border-radius:10px;
}

.btn:hover

.card{
background:#111827;
width:280px;
padding:20px;
margin:15px;
display:inline-block;
border-radius:12px;
cursor:pointer;
vertical-align:top;
}

.card:hover{
transform:translateY(-5px);
}

.service-selector{
display:flex;
justify-content:center;
gap:40px;
flex-wrap:wrap;
}

.service-image{
width:220px;
height:140px;
object-fit:cover;
margin-top:15px;
margin-bottom:15px;
border-radius:12px;
}

.service-area{
margin-top:40px;
}

.service-area h2{
margin-bottom:30px;
}
