.container {
    width: 992px;
}

#header div {
    margin-right: -90px;

    letter-spacing: 30px;
}

.avatar-div {
    background-color: rgba(0, 0, 0, 0);
}

#avatar-main-with-circles {
    width: 650px;

    filter: opacity(1);
}

.circle {
    width: 405px;
    height: 405px;

    filter: opacity(1);
}

#avatar-text {
    justify-content: space-between;
    flex-direction: row;
}

#frontend-dev {
    width: 50%;
    margin-top: 0;
}

#designer {
    width: 50%;
    margin-top: 0;

    font-size: 65px;
}