*{
    margin: 0;
    padding: 0;
}
.header{
    display: flex;
    flex-direction: row;
justify-content: space-between;
margin: 20px;
margin-bottom: 45px;
align-items: center;
}

.logo{
    width: 200px;
    height: 50px;
}


.language{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main{
    margin: 20px;
display: flex;
justify-content: space-between;
}

.contact{
    font-size: 72px;

}

.des{
    font-size: 20px;
}

.info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;

}

.info2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;


}

.image{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px;
    align-content: end;
    align-items: end;
}

.image1{
    width: 1120px;
    height: 400px;
}

a{
    padding: 15px;
    font-weight: 600;
}










    ''
}