/*main.css*/

#lang-btn-en, #lang-btn-tr {
    cursor: pointer;
    margin-left: 2em;
}

.G-expert-list-container {
    border: 3px solid red;
    padding: 2em;
    display: flex;
}

.G-expert-item {
    width: 50px;
    height: 50px;
    color: greenyellow;
    font-size: 2em;
    background-color: blueviolet;
    margin: 5px;
}