.user_link {
    text-decoration: none;
    color: #CA89B3;
}

.user_link:hover {
    color: #dcc6c6;
	text-decoration: underline;
}

.user_block {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 1200px;
    color: #009899;
}

.user_unit {
    height: auto !important;
}

.ocean_purple {
    background: #CA89B3;
    text-align: left;
    font-size: 30px;
    padding: 5px;
    box-shadow: 3px 3px 5px black;
    text-shadow: 3px 3px black;
    overflow-x: hidden;
}

.user_name {
    height: 52px;
    overflow: hidden;
    background-color: white;
    color: #CA89B3;
    width: calc(100% - 105px);
    display: flex;
    align-items: center;
    padding-left: 120px;
}

.user_info {
    text-shadow: 3px 3px black;
    display: flex;
    margin-bottom: 10px;
    height: 52px;
    background-color: #CA89B3;
    color: white;
    width: calc(100% - 105px);
    align-items: center;
    padding-left: 120px;
}

.user_unit_info {
    font-size: 25px;
    height: 90%;
    width: calc(100% - 15px);
    font-family: Opel_Sans_Bold;
}

.user_avatar {
    position: absolute;
    left: 5px;
}

.upper_pam {
    z-index: 999;
    position: relative;
}