body {
    font-family: 'Montserrat', sans-serif;
    background-color: #d7d1c1f7;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
}
header {
    background: url(backroundmodern.png);
    border-bottom: 4px solid #4b715e92;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 3);
}
.logo img {
    height: 100px;
    border-radius: 10px;
}
nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}
nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    transition: color 0.3s ease;
}
nav ul li a:hover {
    color: #3400ee;
}
.connect-image {
width: 40px; /* Set the width of the image */
height: auto; /* Maintain the aspect ratio */
padding-right: 1px;
padding-bottom: 2px;
}

.connect-image:hover{
    color: #3400ee;
}
.connect-image2 {
width: 50px; /* Set the width of the image */
height: auto; /* Maintain the aspect ratio */
padding-right: 1px;
padding-bottom: 10px;
}
.connect-image3 {
width: 30px; /* Set the width of the image */
height: auto; /* Maintain the aspect ratio */
padding-right: 70px;
padding-bottom: 10px;
}
.login-buttons {
    cursor: pointer;
   
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    
}