.favicon-container {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  background-color: white;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: rgb(0, 151, 172);
}
