.social {
    position: relative;
    top: 20px;
    text-align: center;
    margin: 0px auto;
    font-size:120%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.social h2{
    width:1000px;
}

.social img {
    width: 69px;
    margin:10px 20px;
}

.team {
    position: relative;
    width: 500px;
    height: 200px;
    top: 50px;
    margin: 0px auto;
    text-align: center;
}

.preklad {
    position: absolute;
    width: 250px;
    height: 150px;
    top: 50px;
    left: 0px;
    text-align: center;
}

.korekce {
    position: absolute;
    width: 250px;
    height: 150px;
    top: 50px;
    left: 250px;
    text-align: center;
}

.friends {
    position: relative;
    margin: auto;
    text-align: center;
    margin-top: 9rem;
}

.friend-column {
    margin-top: 5px;
}