/* Customizações para o site milleno.com.br */



.avatar img {
  width: 291px;
  height: 291px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 32px auto 16px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 2px solid #eee;
}

.avatar {
  padding-top: 5vh;
}

/* Language switcher flags */
.nav-link {
  font-size: 1.5rem;
  line-height: 1;
}
