 .yoga-section {        display: flex;        align-items: center;        justify-content: center;        background-color: #FAFAFA;    }    .yoga-content {        padding: 20px;    }     .btn-custom {        background-color: #2c3e50;        color: #fff;        padding: 10px 20px;        border-radius: 5px;        text-decoration: none;    }    .btn-custom:hover {        background-color: #1a252f;        color: #fff;    }