body{
  height: auto !important;
  background: #1d9cff36;
}
.ui.projects{
  margin-top: 3em;
  margin-bottom: 6em;
}
.top-section {
  background: white !important;
}

.top-section .name-header{
  font-size: 3em;
}
.header-links{
  margin-top: 3em;
}
.header-links .logo-link{
  height: 3em;
}
.header-links .icon-link{
  font-size: 3em;
  color: #0075b8;
  text-decoration: none;
}
.header-links .icon-link:hover{
  color: #0075b8;
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
  filter: brightness(70%);
}

.header-links .logo-link:hover{
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
  filter: brightness(70%);
}
