.propic,
.title-wrapper,
.paragraph,
.link {
  opacity: 0;
}

.section.dark .button {
  background-color: #333;
  color: white;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}