#head_menu {
  font-size: 7px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
  color: #fff;
      background: rgba(0, 0, 0, 0.4);
  height: 30px;
  display: flex;
  flex-direction: row;
  z-index: 9998;
  width: 100%;
    opacity: 0.7;
}

.menu_avatar {
    width: 100px;
    height: 120px;
    /* background: rgba(0, 0, 0, 0.7); */
    margin-left: 50px;
    margin-top: 5px;
    /* border: 5px solid #0e1111; */
    z-index: 9999;
    position: relative;
    z-index: 2;
    width: 55px;
    height: 55px;
    padding: 3px;
    /* margin-right: -30px; */
    border-radius: 50%;
    /* background-color: #9c7466; */
    /* border: 1px solid #9c7466; */
    -webkit-transform: rotate( 
340deg
 );
    border-radius: 50px;
}

.menu_buttons {
  margin-left: 20px;
  margin-top: 5px;
  display: flex;  
}

.menu_button {
  padding: 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #efefef;
}

.menu_icon {
 color: #b6a7a4;
}

.proftitel {
    background-color: #573d40;
    font-family: 'Anaheim', sans-serif;
    text-align: center;
    color: #6c575c;
    font-size: 11pt;
    text-transform: lowercase;
}
.ltxt {
    width: 190px;
    height: 410px;
    padding: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    text-align: justify;
    color: #000;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: 10px;
    margin: auto;
    line-height: 16px;
}
#hobg {
    width: 230px;
    height: 450px;
    padding: 10px;
    margin: auto;
    background: url(https://via.placeholder.com/250x470);
    float: left;
}
		
		
		
		
		
		
		
		
		
		
		
		
		