body{
    margin: 0;
    background-color: rgb(27, 27, 27);
}
h1,
h2,
h3{
    font-family: 'Times New Roman', Times, serif;
    color:rgb(255, 115, 0);
}
a{
    text-decoration: none;
}

.button{
    color:rgb(209, 206, 28);
    font-size: 20px;
    background-color: rgb(187, 106, 106);
    padding: 3px;
}
header{ 
 background-image: url("../images/ram.jpg");
 background-size: cover;
 background-position: center;
 width: 100%;
 height: 500px;
 color:rgb(255, 255, 255);
 font-size: 20px;   
}
nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 20px;
}

.link1,
.link2,
.link3,
.link4{
    padding: 20px;
    text-decoration: underline;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-decoration: none;
}

a:hover{
    color: rgb(255, 255, 255);
    box-shadow: inset 0 -3px 0 0 rgb(255, 115, 0);
}

.heading{
    display: flex;
    justify-content: center;
}
main{
    color:rgb(255, 252, 252);
}
footer{
    color:rgb(255, 255, 255);
    display: flex;
    height: 150px;
    justify-content: center;
    align-items: end;
}
.link5{
    color: rgb(255, 255, 255);
    text-decoration: underline;
}
.features{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
.card1,
.card2,
.card3,
.card4{
    background-color: rgb(52, 18, 83);
    margin: 10px;
    padding: 10px;
    flex: 1;
}
.testimonials{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px;
}
.class1,
.class2{
    background-color: rgb(54, 12, 71); 
    margin: 10px;
    padding: 10px;
}
.f-section{
    display: flex;
}

.t-heading{
    display: flex;
    justify-content: center;
    margin: 50px;
    font-size: larger; 
}.just{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.services,
.p-text{
    display: flex;
    justify-content: center ;
}
.services-background{
    background-color: rgb(20, 20, 20);
    padding: 20px;
    border-radius: 10px;
}
.feature-section{
    background-color: rgb(43, 42, 42);
    padding: 30px;
}
.paragraph-background{
    display: flex;
    justify-content: center;
}
.button-position{
    display: flex;
    justify-content: center;
    margin: 20px;
}
.testimony{
    display: flex;
    justify-content: center;
    margin: 50px;
}
.class1,
.class2{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.class1{
    flex: 1;
}
.class2{
    flex: 1;
}
*{
    box-sizing: border-box;
}
.navigation{
    background-color: rgb(43, 3, 80);
    border-radius: 10px;
}