.hero-content {
  text-align: center;
}


.hero-text {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 22px;

}

.hero-section {
    background: url('grey.jpg') ;
    text-align: center;
    padding: 40px 20px;
    min-height: 80vh; 
    display: flex;
    flex-direction: column;
    justify-content: center;

  }
  .hero-button {
    display: inline-block;
    background-color: #c22126;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
      animation: pulse 2s infinite ease-in-out 1s;
    font-weight: bold;
    margin-top: 8px;
  }

  .hero-logo {
    animation: fadeIn 1s ease forwards;
    animation-delay: 2s; /* appears last */
    opacity: 0;
    margin-top: 30px;
  }