/* Styles específicos para a seção Projetos (#server) */
#server h2 {
  font-weight: 800;
  font-size: clamp(20px, 3.6vw, 36px);
  line-height: 1.05;
  margin: 0 0 0.6rem 0;
  background: linear-gradient(90deg, #ff7a18 0%, #ff0066 30%, #7f00ff 60%, #00d4ff 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: inform-gradient 6s ease-in-out infinite;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding: 40px 12px;
}
