#head_menu {
  font-size: 12px;
  font-family: 'Open Sans';
  color: #fff;
  background: #206161;
  height: 45px;
  display: flex;
  flex-direction: row;
  z-index: 9998;
  position: fixed;
  width: 100%;
}

.menu_avatar {
  width: 125px;
  height: 105px;
  background: #263c7a;
  margin-left: 50px;
  margin-top: 5px;
  border: 10px solid #46a29f;
  z-index: 9999;
}

.menu_buttons {
  margin-left: 20px;
  margin-top: 5px;
  display: flex;  
}

.menu_button {
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #efefef;
}

.menu_icon {
  color: #46a29f;
}