.nav {
    height: 50px;
    background: rgb(20, 20, 77);
}
.nav div {
    display: inline-block;
    position: absolute;
    left: 0;
    padding: 15px;
    font-size: 20px;
    color: white;
}
.nav ul {
position: absolute;
right: 5px;
}
.nav ul li {
    display: inline-block;
}
.nav ul li a {
    color: white;
    padding: 5px;
}
.home {
    background: url("../Images/backg\ img.jpg");
    background-size: cover;
    height: 100vh;
}





.about-content{
    margin: 100px auto 0 auto;
    width: 500px;
}
 .about-content h1 {
     text-align: center;
     font-family: sans-serif;
     color: rgb(177, 11, 11);
 }
 .about-content p {
     text-align: justify;
     font-family:sans-serif ;
     color: rgb(28, 45, 194);
 }


.services-content h1 {
    font-family: sans-serif;
    color: rgb(8, 6, 124);
}
 .services-content {
     margin: 80px auto 0 auto;
     text-align: center;
 }
 .services-content .card-container ul {
     padding: 0;
 }
 .services-content .card-container ul li {
     list-style: none;
     display: inline-block;
     margin: 20px;
     width: 300px;
 }
 .services-content .card-container ul li p {
     text-align: justify;
     font-family: sans-serif;
     color: rgb(211, 12, 12);
 }




 .contact-content {
     margin: 80px auto 0 auto;
     text-align: center;
 }
 .contact-content h1 {
     font-family: 'Times New Roman', Times, serif;
     color: rgb(7, 7, 110);
 }

