body {
   
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background: rgba(149, 179, 235, 0.2);;
}

header {
    background: #313131;
    color: white;
    padding: 20px;
}

img{
    border-radius: 8px;
}

.btn {
    display: inline-block;
    margin: 20px;
    padding: 10px 20px;
    background: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.features {
    display: flex;   
    justify-content: center;
    padding: 40px;
    
}

.features2 {
    display: flex;   
    justify-content: center;
    padding: 40px;
    background-color: #313131;
}

.github {
    display: flex;   
    justify-content: center;
    padding: 40px;
    background: linear-gradient(0deg, rgba(149,179,235,0) 0%, rgba(0,123,255,1) 100%);
}

.feature {
    width: 30%;
    margin: 10px;
    background: white;
    padding: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    
}



.cta {
    background: #007BFF;
    color: white;
    padding: 20px;
}

footer {
    justify-items: center;
    background: #222;
    color: white;
    padding: 10px;
}

.btn2 {
    display: inline-block;
    margin: 20px;
    padding: 10px 20px;
    background: white;
    color: #007BFF;
    text-decoration: none;
    border-radius: 5px;
}

.software{
    line-height: 1.5;
    text-align: justify;
    margin: 20px;   
}



.navbar{
    background-color: #313131;
}

.feature-ul{
    width: 30%;        
    margin: 10px;
    background: white;
    padding: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);

}

li{
    text-align: left;
    font-size: 15px;
    margin: auto;
    line-height: 1.5;
    text-align: justify;
}



