.domainLogo
{
  border-radius:50%;
  padding:4%;
  cursor:pointer;
  background: #008b8b87;
  max-width: 35px;
  max-height: 35px;
}

.domainLogoUsers
{
  position: absolute;
  z-index: 5;
  top: 2%;
  right: 2%;
  border-radius: 50%;
  cursor: pointer;
  transition: ease .3s;
  /* opacity: .5; */
  box-shadow: 0px 0px 40px 2px darkcyan;
  background: #008b8b3b;
  max-width: 35px;
}

.domainLogoUsers:hover
{
  opacity: 1;
  box-shadow: 0 0 100px 22px darkcyan;
}