@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 900px;
  }
}
.gen{
  padding-top: 2rem;
  margin: 0 auto;
  text-align: center;
}

.profile-photo img{
  border-radius: 50%;
  width: 96px;
  height: 96px;
  object-fit: contain;
  object-position: initial;
  filter: none;
}

.profile-info{
  margin:10px;
}

.profile-info h1{
  margin: 0px;
  color: rgb(38, 50, 56);
  font-size: 16px;
  line-height: 1.5;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.links{
  margin-top: 2rem;
}

.links .link{
  margin: 1rem 0;
}
.links .link a{
  min-height: 45px;
  padding: 9px;
}

.logo{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.hide{
  display: none;
}
