body{font-family:Arial,sans-serif}.hero{padding:100px 0;background:#eef5ff}.card{border:none;box-shadow:0 10px 25px rgba(0,0,0,.08)}
.hero{

    background-image:
    linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
    url("https://attestationsolutions.in/images/Attestation-head.png");

    background-size:cover;

    background-position:center center;

    background-repeat:no-repeat;

    min-height:200px;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    text-align:center;

}

.hero h1{

    font-size:60px;

    font-weight:700;

    text-shadow:0 3px 10px rgba(0,0,0,.5);

}

.hero p{

    font-size:22px;

    margin:25px 0;

    text-shadow:0 2px 8px rgba(0,0,0,.5);

}

.hero .btn{

    padding:15px 40px;

    border-radius:50px;

    font-size:18px;

}
.navbar{
background:#003366;
text-align:center;
padding:15px;
}

.navbar a{
color:white;
text-decoration:none;
margin:0 18px;
font-weight:bold;
}

.navbar a:hover{
color:#ffcc00;
}
