/* Estilos gerais */
body {
  background-color: #00050d;
  background-size: cover;
  background-position: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}

h1 {
  color: #222222;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin-bottom: 1.5rem;
}

a {
  color: #333;
  display: block;
  font-size: 1.5rem;
  padding: 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}

a:hover {
  background-color: #333;
  color: #f2f2f2;
}

ul li img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
}

.photo img {
  border-radius: 50%;
  max-width: 250px;
  margin-bottom: 0;
}

.image-container {
  position: relative;
  text-align: center;
  margin-bottom: -10px;
}

.image-container img {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.image-container h2 {
  margin-top: 0;
}

ul li p {
  color: #fff;
}

.title {
  margin-bottom: 0;
}

.bio {
  margin-bottom: 0;
  font-size: min(20px, 3.5vw);
  line-height: 0.5rem;
}

.title h2 {
  font-weight: bold;
  font-size: min(20px, 3.5vw);
  line-height: 3rem;
  margin-bottom: -1.0rem;
}

.title h1 {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 2rem;
}

/* Estilos para telas menores que 768px */
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  li {
    margin-bottom: 1rem;
  }
  a {
    font-size: 1.2rem;
    padding: 0.8rem;
  }
}

/* Rodapé */
.footer {
  background-color: #000;
  padding: 10px 0; /* Reduz o espaçamento interno superior e inferior */
  margin-top: 10px; /* Diminui a margem superior */
  margin-bottom: 10px; /* Diminui a margem inferior */
  text-align: center;
}

/* Links sociais */
.social-links {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.social-links a {
  display: inline-block;
  padding: 0 2px; /* Remova o preenchimento interno */
}

/* Ajuste a margem entre os ícones para telas menores que 768px */
@media only screen and (max-width: 768px) {
  .social-links a {
    margin: 0 2px; /* Define a margem para telas menores */
  }
}

/* Ajuste a margem entre os ícones para telas maiores que 768px */
@media only screen and (min-width: 769px) {
  .social-links a {
    margin: 0 1px; /* Define a margem para telas maiores */
  }
}

/* Imagem abaixo dos ícones */
.footer img {
  max-width: 15%;
  height: auto;
  margin-bottom: 0px;
}

/* Texto "Desenvolvido por" */
.footer p {
  color: #fff;
  font-size: 1rem;
  margin: 0;
}

/* Imagem abaixo dos ícones */
.footer img {
  height: auto;
  margin-bottom: 0px;
}

/* Ocultar os ícones nas telas maiores que 768px (versão desktop) */
@media only screen and (min-width: 769px) {
  .social-links {
    display: none; /* Esconde os ícones */
  }
}

/* Ajuste o tamanho máximo da imagem para telas menores que 768px */
@media only screen and (max-width: 768px) {
  .footer img {
    max-width: 50%; /* Define o tamanho máximo para telas menores */
  }
}

/* Ajuste o tamanho máximo da imagem para telas maiores que 768px */
@media only screen and (min-width: 769px) {
  .footer img {
    max-width: 15%; /* Define o tamanho máximo para telas maiores */
  }
}

/* Texto "Desenvolvido por" */
.footer p {
  color: #fff;
  font-size: 1rem;
  margin: 0;
}
