.top-nav{
    background-color: #9BA986;
    overflow:hidden;
}

.current-page{
    background-color:#919191;
}

.top-nav a{
    float:left;
    color:#f2f2f2;
    text-align:center;
    padding:14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.top-nav a:hover{
    background-color: #ddd;
    color:black;
}


.language-switcher {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.language-switcher select {
    border: none;
    outline: none;
    padding: 5px;
    font-size: 16px;
}


.container {
    display: flex;
    height: 100vh;
    align-items: center; 

}

.my-img-div {
    flex: 1; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    
   
}

.my-img {
    width: 40%; 
    transform: translateX(150px);
}

.text-content {
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding: 20px; 
    
}

.icons {
    display: flex;
    justify-content: flex-start; 
    align-items: center; 
    gap: 10px; 
    padding-top: 20px;
}

.icon-img {
    height: 30px;
    width: auto; 
}

body{
    background-color:#F3F3EA;
    font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
}

p{
    line-height: 3; 
    margin-top: 3px;
}

h1{
    line-height: 0.2;
    margin-bottom: 0px;
}


span a{
    text-decoration:none;
}

span a:hover{
    text-decoration:underline;
}