border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(0,0,0,0.2); } .play-button:hover { transform: scale(1.1); background: rgba(255,255,255,1); } .play-button::after { content: ''; width: 0; height: 0; border-left: 25px solid #8B4513; border-top: 15px solid transparent; border-bottom: 15px solid transparent; margin-left: 6px; } .video-title { text-align: center; margin-bottom: 40px; } .video-title h1 { font-family: 'Great Vibes', cursive; color: #8B4513; font-size: 3.5rem; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); } .video-title p { font-family: 'Libre Caslon Text', serif; color: #6C757D; font-size: 1.2rem; margin: 0; } @media (max-width: 768px) { .video-title h1 { font-size: 2.5rem; } .video-container { margin: 0 20px; } .video-section { padding: 80px 0 60px 0; } }

The Proposal

Where it all began

March 3, 2023