@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body{
    font-family: 'Open Sans', Arial, sans-serif;
}

.top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.team{
    background-color: lightgray;
}


.homework ul{
    background-color: lightgray;
}
.languages{
    background-color: lightgray;
    display: flex;
    justify-content: space-between;

}

.language{
    font-family: 'Open Sans';
    ul{
        margin-left: 15px;
        padding: 0;
    }

}

footer{
    display: flex;
    justify-content: center;
}