.menu-button {
  background-color: transparent;
  background: none;
  border: none;
  outline: none;
  font-size: 1em;
  padding: 0.5em;
  margin: 0;
}

.menu-button:hover {
  background-color: #115e87;
  color: #ffffff;
}

.menu-item {
  float: left;
}

.menu-item:hover .menu-drop {
  display: block;
}

.menu-item:hover .menu-button {
  font-weight: bold;
}

.menu-drop {
  float: left;
  overflow: hidden;
  display: none;
  position: absolute;
}

.menu-drop .drop-button {
  background-color: #1980b7;
  border: none;
  outline: none;
  font-size: 1em;
  font-family: inherit;
  padding: 0.3em;
  margin: 0;
  min-width: 100%;
  max-width: 100%;
  text-align: left;
}

.menu-drop .drop-button:hover {
  background-color: #115e87;
  color: #ffffff;
}

.circleProfile {
  height: 35px;
  width: 35px;
  background-color: #ff7043;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: none;
}