.main-heading.playball-regular { 
    font-family: Playball , cursive; 
    margin-bottom: 20px; 
    font-size: 4.5rem; 
    font-weight: 400; 
    text-align: center; 
} 

.negative-hover-btn { 
    display: inline-block; 
    background-color: #008080; 
    color: #ffffff; 
    padding: 10px 24px; 
    border: 2px solid #008080; 
    border-radius: 50px; 
    font-weight: bold; 
    text-decoration: none; 
    text-align: center; 
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; 
} 

.negative-hover-btn:hover { 
    background-color: #00a3a3; 
    color: #ffffff; 
    border-color: #008080; 
} 

@media (max-width: 768px) { 
    .about-flex-box { 
        flex-direction: column-reverse !important; 
    } 
}
