.tox-promotion-link {
  display: none !important;
}

.fa {
  width: 36px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  margin: 0px 4px;
  border-radius: 50%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  border: 0.3px solid black;
}

.navbar-socials {
  display: flex;
  justify-content: space-around;
  min-width: 100px;
  align-items: center;
  flex-wrap: wrap;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-github {
  background: #111;
  color: white;
}

.text-shadow {
  text-shadow: 1px 1px 2px #000000;
}

pre {
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 25px;
}
