body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  .btn-primary {
    background-color: #420a74;
    border-color: #420a74;
    font-weight: bold;
    padding: 0.9rem;
    font-size: 1.25rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  .btn-primary:hover {
    background-color: #520a92;
    border-color: #520a92;
  }

  .text-danger {
    color: #420a74 !important;
    font-weight: bold;
  }
  
  footer {
    background-color: #f0f0f0;
    color: #999;
    font-size: 0.8rem;
    padding: 1rem 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  footer a {
    color: #999;
    text-decoration: underline;
  }
  
  footer a:hover {
    color: #666;
  }

.social-buttons a {
    font-size: 1.5rem;
    color: #420a74;
    margin: 0 0.5rem;
    text-decoration: none;
}
.social-buttons a:hover {
    color: #520a92;
}

.video-container {
    position: relative;
    padding-bottom: 177.78%; /* Aspect ratio for shorts (9:16) */
    height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
