body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #97a4b5;
    text-align: center;
}

header {
    background-image:url(../img/bg_june12.jpg);
    /*background-image:url(../img/background_june_6.jpg);*/
    /*background-image:url(../img/solnedgangFA_0262.JPG);*/
    /*background-image: url('https://i.imgur.com/RurqKDM.jpg'); /* Add a background image */
    color: white;
    padding: 50px 20px;
    background-size: cover;
    background-position: center;
}
nav ul {
    list-style: none;
    display: flex;    
}

nav ul li {
    margin-right: 20px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: large;
    font-weight: bold;
}

header h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

header p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.action-button {
    padding: 10px 20px;
    background-color: #26a1aa;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.action-button:hover {
    background-color: #0056b3;
}

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

.feature {
    margin: 20px;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}

    span{
        color: #0056b3;
    }
    span2 {
        color: white;
    }

@media only screen and (max-width: 950px) {
	
.features {
flex-wrap: wrap;
justify-content: center;
padding: 20px;
}

}
.feature span{
    color: red;
}
.red{
    background-color: #448b91;
}
.florentine{
    background-color:#1d5468;
}

.red iframe{
    border-radius: 20px;
  }
.five iframe{
   border-radius: 20px;
}