body {
    background-color: #1A1B3E;
    margin: 0;
    padding: 0;
}

.dot-slog {
    margin: 0 16px;
    background-color: #fff;
    width: 7px;
    height: 7px;
    border-radius: 100px;
}

.name-company {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 16px;
    padding: 0 40px;
    padding-bottom: 8px;
}

.social-row {
    display: flex;
    align-items: center;
    margin: 0 16px;
    text-decoration: none;
    outline: none;
    opacity: 1;
    transition: 0.3s;
}
.social-row:hover {
    opacity: 0.7;
}
.social-icon {
    width: 40px;
    height: 40px
}
.social-icon img {
    width: 100%;
    height: 100%;
}
.social-text {
    margin-left: 8px;
}
.social-text span {
    color: #fff
}