/* Links */

.fa-brands {
  font-size: 24px;
  height: 20px;
  color: white;
  text-decoration: none;
  transition: 0.2s linear;
  margin-bottom: 0px;
}

.fa-brands:hover {
  transform: scale(1.1);
}

.fa-gitlab:hover {
  color: #d15036;
}

.fa-artstation:hover {
  color: #51acea;
}

.fa-linkedin:hover {
  color: #2d64bc;
}

.information-section {
  margin: 5px;
  width: 100%;
  /* height: 400px; */
  display: flex;
  flex-direction: row;
}
